Html Css Color HEX #D8CF66 Goldenrod

📋 copy color: '#D8CF66'

red 216 ◦ green 207 ◦ blue 102

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

Shades of Goldenrod #D8CF66

Tints of Goldenrod #D8CF66

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.43%

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

R = 41.14%
G = 39.43%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D8CF66 (or 0xD8CF66) is known color: Goldenrod. HEX triplet: D8, CF and 66. RGB value is (216,207,102). Sum of RGB (Red+Green+Blue) = 216+207+102=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CF66 is #273099. Grayscale: #C6C6C6. Windows color (decimal): -2568346 or 6737880. OLE color: 6737880.

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

Color convert

RGB 216 207 102 -
CMYK 0 0.04 0.53 0.15
HSL 55.26º 0.59% 0.62% -
HSV(B) 55.26º 0.53% 0.85% -
XYZ 53.03 60.18 21.39 -
YUV 197.72 73.98 141.04 -
System Red Green Blue C M Y K H S L
Decimal 216 207 102 0 0.04 0.53 0.15 55.26 0.59 0.62
Hex D8 CF 66 0 4 35 F 37 3B 3E
Octal 330 317 146 0 4 65 17 67 73 76
Binary 11011000 11001111 1100110 0 100 110101 1111 110111 111011 111110

Color Harmonies of #D8CF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CF66

Black with #D8CF66

Text Example


Text Example

White with #D8CF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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