Html Css Color HEX #D6CC66 Goldenrod

📋 copy color: '#D6CC66'

red 214 ◦ green 204 ◦ blue 102

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

Shades of Goldenrod #D6CC66

Tints of Goldenrod #D6CC66

RGB

 RED value IS 214 (83.98% from 255) = 41.15%

 GREEN value IS 204 (80.08% from 255) = 39.23%

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

R = 41.15%
G = 39.23%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D6CC66 (or 0xD6CC66) is known color: Goldenrod. HEX triplet: D6, CC and 66. RGB value is (214,204,102). Sum of RGB (Red+Green+Blue) = 214+204+102=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CC66 is #293399. Grayscale: #C3C3C3. Windows color (decimal): -2700186 or 6737110. OLE color: 6737110.

HSL color Cylindrical-coordinate representation of color #D6CC66: hue angle of 54.64º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D6CC66 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 204 102 -
CMYK 0 0.05 0.52 0.16
HSL 54.64º 0.58% 0.62% -
HSV(B) 54.64º 0.52% 0.84% -
XYZ 51.72 58.44 21.12 -
YUV 195.36 75.31 141.29 -
System Red Green Blue C M Y K H S L
Decimal 214 204 102 0 0.05 0.52 0.16 54.64 0.58 0.62
Hex D6 CC 66 0 5 34 10 37 3A 3E
Octal 326 314 146 0 5 64 20 67 72 76
Binary 11010110 11001100 1100110 0 101 110100 10000 110111 111010 111110

Color Harmonies of #D6CC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC66

Black with #D6CC66

Text Example


Text Example

White with #D6CC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC66; }

 p { color: rgb(214,204,102); }

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

background-color css

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

 a { background-color: rgb(214,204,102); }

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

border-color css

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

 span { border-color: rgb(214,204,102); }

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