Html Css Color HEX #D5CC66 Goldenrod

📋 copy color: '#D5CC66'

red 213 ◦ green 204 ◦ blue 102

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

Shades of Goldenrod #D5CC66

Tints of Goldenrod #D5CC66

RGB

 RED value IS 213 (83.59% from 255) = 41.04%

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

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

R = 41.04%
G = 39.31%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D5CC66 (or 0xD5CC66) is known color: Goldenrod. HEX triplet: D5, CC and 66. RGB value is (213,204,102). Sum of RGB (Red+Green+Blue) = 213+204+102=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 102 (40.23% from 255 or 19.65% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC66 is #2A3399. Grayscale: #C3C3C3. Windows color (decimal): -2765722 or 6737109. OLE color: 6737109.

HSL color Cylindrical-coordinate representation of color #D5CC66: hue angle of 55.14º degrees, saturation: 0.57, 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 #D5CC66 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 102 -
CMYK 0 0.04 0.52 0.16
HSL 55.14º 0.57% 0.62% -
HSV(B) 55.14º 0.52% 0.84% -
XYZ 51.43 58.29 21.11 -
YUV 195.06 75.48 140.79 -
System Red Green Blue C M Y K H S L
Decimal 213 204 102 0 0.04 0.52 0.16 55.14 0.57 0.62
Hex D5 CC 66 0 4 34 10 37 39 3E
Octal 325 314 146 0 4 64 20 67 71 76
Binary 11010101 11001100 1100110 0 100 110100 10000 110111 111001 111110

Color Harmonies of #D5CC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC66

Black with #D5CC66

Text Example


Text Example

White with #D5CC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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