Html Css Color HEX #DAE060 Goldenrod

📋 copy color: '#DAE060'

red 218 ◦ green 224 ◦ blue 96

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

Shades of Goldenrod #DAE060

Tints of Goldenrod #DAE060

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.64%

 BLUE value IS 96 (37.89% from 255) = 17.84%

R = 40.52%
G = 41.64%
B = 17.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#DAE060 (or 0xDAE060) is known color: Goldenrod. HEX triplet: DA, E0 and 60. RGB value is (218,224,96). Sum of RGB (Red+Green+Blue) = 218+224+96=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 96 (37.89% from 255 or 17.84% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE060 is #251F9F. Grayscale: #D0D0D0. Windows color (decimal): -2432928 or 6349018. OLE color: 6349018.

HSL color Cylindrical-coordinate representation of color #DAE060: hue angle of 62.81º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAE060 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 224 96 -
CMYK 0.03 0 0.57 0.12
HSL 62.81º 0.67% 0.63% -
HSV(B) 62.81º 0.57% 0.88% -
XYZ 57.68 69.06 21.36 -
YUV 207.61 65.01 135.41 -
System Red Green Blue C M Y K H S L
Decimal 218 224 96 0.03 0 0.57 0.12 62.81 0.67 0.63
Hex DA E0 60 3 0 39 C 3F 43 3F
Octal 332 340 140 3 0 71 14 77 103 77
Binary 11011010 11100000 1100000 11 0 111001 1100 111111 1000011 111111

Color Harmonies of #DAE060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE060

Black with #DAE060

Text Example


Text Example

White with #DAE060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE060; }

 p { color: rgb(218,224,96); }

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

background-color css

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

 a { background-color: rgb(218,224,96); }

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

border-color css

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

 span { border-color: rgb(218,224,96); }

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