Html Css Color HEX #DAE061 Goldenrod

📋 copy color: '#DAE061'

red 218 ◦ green 224 ◦ blue 97

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

Shades of Goldenrod #DAE061

Tints of Goldenrod #DAE061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18%

R = 40.45%
G = 41.56%
B = 18%

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

#DAE061 (or 0xDAE061) is known color: Goldenrod. HEX triplet: DA, E0 and 61. RGB value is (218,224,97). Sum of RGB (Red+Green+Blue) = 218+224+97=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 97 (38.28% from 255 or 18.00% from 539); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE061 is #251F9E. Grayscale: #D0D0D0. Windows color (decimal): -2432927 or 6414554. OLE color: 6414554.

HSL color Cylindrical-coordinate representation of color #DAE061: hue angle of 62.83º 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 #DAE061 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 224 97 -
CMYK 0.03 0 0.57 0.12
HSL 62.83º 0.67% 0.63% -
HSV(B) 62.83º 0.57% 0.88% -
XYZ 57.73 69.08 21.6 -
YUV 207.73 65.51 135.33 -
System Red Green Blue C M Y K H S L
Decimal 218 224 97 0.03 0 0.57 0.12 62.83 0.67 0.63
Hex DA E0 61 3 0 39 C 3F 43 3F
Octal 332 340 141 3 0 71 14 77 103 77
Binary 11011010 11100000 1100001 11 0 111001 1100 111111 1000011 111111

Color Harmonies of #DAE061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE061

Black with #DAE061

Text Example


Text Example

White with #DAE061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE061; }

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

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

background-color css

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

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

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

border-color css

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

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

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