Html Css Color HEX #D8DA66 Goldenrod

📋 copy color: '#D8DA66'

red 216 ◦ green 218 ◦ blue 102

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

Shades of Goldenrod #D8DA66

Tints of Goldenrod #D8DA66

RGB

 RED value IS 216 (84.77% from 255) = 40.3%

 GREEN value IS 218 (85.55% from 255) = 40.67%

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

R = 40.3%
G = 40.67%
B = 19.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D8DA66 (or 0xD8DA66) is known color: Goldenrod. HEX triplet: D8, DA and 66. RGB value is (216,218,102). Sum of RGB (Red+Green+Blue) = 216+218+102=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DA66 is #272599. Grayscale: #CCCCCC. Windows color (decimal): -2565530 or 6740696. OLE color: 6740696.

HSL color Cylindrical-coordinate representation of color #D8DA66: hue angle of 61.03º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8DA66 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 218 102 -
CMYK 0.01 0 0.53 0.15
HSL 61.03º 0.61% 0.63% -
HSV(B) 61.03º 0.53% 0.85% -
XYZ 55.79 65.7 22.31 -
YUV 204.18 70.34 136.43 -
System Red Green Blue C M Y K H S L
Decimal 216 218 102 0.01 0 0.53 0.15 61.03 0.61 0.63
Hex D8 DA 66 1 0 35 F 3D 3D 3F
Octal 330 332 146 1 0 65 17 75 75 77
Binary 11011000 11011010 1100110 1 0 110101 1111 111101 111101 111111

Color Harmonies of #D8DA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DA66

Black with #D8DA66

Text Example


Text Example

White with #D8DA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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