Html Css Color HEX #DAE950 Manz

📋 copy color: '#DAE950'

red 218 ◦ green 233 ◦ blue 80

#DAE950
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manz #DAE950

Tints of Manz #DAE950

RGB

 RED value IS 218 (85.55% from 255) = 41.05%

 GREEN value IS 233 (91.41% from 255) = 43.88%

 BLUE value IS 80 (31.64% from 255) = 15.07%

R = 41.05%
G = 43.88%
B = 15.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DAE950 (or 0xDAE950) is known color: Manz. HEX triplet: DA, E9 and 50. RGB value is (218,233,80). Sum of RGB (Red+Green+Blue) = 218+233+80=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 80 (31.64% from 255 or 15.07% from 531); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE950 is #2516AF. Grayscale: #D3D3D3. Windows color (decimal): -2430640 or 5302746. OLE color: 5302746.

HSL color Cylindrical-coordinate representation of color #DAE950: hue angle of 65.88º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAE950 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 233 80 -
CMYK 0.06 0 0.66 0.09
HSL 65.88º 0.78% 0.61% -
HSV(B) 65.88º 0.66% 0.91% -
XYZ 59.5 73.76 18.69 -
YUV 211.07 54.03 132.94 -
System Red Green Blue C M Y K H S L
Decimal 218 233 80 0.06 0 0.66 0.09 65.88 0.78 0.61
Hex DA E9 50 6 0 42 9 42 4E 3D
Octal 332 351 120 6 0 102 11 102 116 75
Binary 11011010 11101001 1010000 110 0 1000010 1001 1000010 1001110 111101

Color Harmonies of #DAE950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE950

Black with #DAE950

Text Example


Text Example

White with #DAE950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE950; }

 p { color: rgb(218,233,80); }

 H1.HeaderClassName
 {
   color: #DAE950;
 }
 .AnyTagClassName
 {
   color: #DAE950;
 }
</style>

background-color css

<style>
 a { background-color: #DAE950; }

 a { background-color: rgb(218,233,80); }

 div.DivClassName
 {
   background-color: #DAE950;
 }
 .BgClassName
 {
   background-color: #DAE950;
 }
</style>

border-color css

<style>
 span { border-color: #DAE950; }

 span { border-color: rgb(218,233,80); }

 td.TdClassName
 {
   border-color: #DAE950;
 }
 .TagClassName
 {
   border-color: #DAE950;
 }
</style>