Html Css Color HEX #DAE066 Goldenrod

📋 copy color: '#DAE066'

red 218 ◦ green 224 ◦ blue 102

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

Shades of Goldenrod #DAE066

Tints of Goldenrod #DAE066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.75%

R = 40.07%
G = 41.18%
B = 18.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#DAE066 (or 0xDAE066) is known color: Goldenrod. HEX triplet: DA, E0 and 66. RGB value is (218,224,102). Sum of RGB (Red+Green+Blue) = 218+224+102=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 102 (40.23% from 255 or 18.75% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE066 is #251F99. Grayscale: #D0D0D0. Windows color (decimal): -2432922 or 6742234. OLE color: 6742234.

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

Color convert

RGB 218 224 102 -
CMYK 0.03 0 0.54 0.12
HSL 62.95º 0.66% 0.64% -
HSV(B) 62.95º 0.54% 0.88% -
XYZ 57.97 69.18 22.87 -
YUV 208.3 68.01 134.92 -
System Red Green Blue C M Y K H S L
Decimal 218 224 102 0.03 0 0.54 0.12 62.95 0.66 0.64
Hex DA E0 66 3 0 36 C 3F 42 40
Octal 332 340 146 3 0 66 14 77 102 100
Binary 11011010 11100000 1100110 11 0 110110 1100 111111 1000010 1000000

Color Harmonies of #DAE066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE066

Black with #DAE066

Text Example


Text Example

White with #DAE066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE066; }

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

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

background-color css

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

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

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

border-color css

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

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

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