Html Css Color HEX #D6CC64 Goldenrod

📋 copy color: '#D6CC64'

red 214 ◦ green 204 ◦ blue 100

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

Shades of Goldenrod #D6CC64

Tints of Goldenrod #D6CC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.31%

R = 41.31%
G = 39.38%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D6CC64 (or 0xD6CC64) is known color: Goldenrod. HEX triplet: D6, CC and 64. RGB value is (214,204,100). Sum of RGB (Red+Green+Blue) = 214+204+100=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CC64 is #29339B. Grayscale: #C3C3C3. Windows color (decimal): -2700188 or 6606038. OLE color: 6606038.

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

Color convert

RGB 214 204 100 -
CMYK 0 0.05 0.53 0.16
HSL 54.74º 0.58% 0.62% -
HSV(B) 54.74º 0.53% 0.84% -
XYZ 51.62 58.4 20.61 -
YUV 195.13 74.31 141.46 -
System Red Green Blue C M Y K H S L
Decimal 214 204 100 0 0.05 0.53 0.16 54.74 0.58 0.62
Hex D6 CC 64 0 5 35 10 37 3A 3E
Octal 326 314 144 0 5 65 20 67 72 76
Binary 11010110 11001100 1100100 0 101 110101 10000 110111 111010 111110

Color Harmonies of #D6CC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC64

Black with #D6CC64

Text Example


Text Example

White with #D6CC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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