Html Css Color HEX #D0CC6E Goldenrod

📋 copy color: '#D0CC6E'

red 208 ◦ green 204 ◦ blue 110

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

Shades of Goldenrod #D0CC6E

Tints of Goldenrod #D0CC6E

RGB

 RED value IS 208 (81.64% from 255) = 39.85%

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

 BLUE value IS 110 (43.36% from 255) = 21.07%

R = 39.85%
G = 39.08%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0CC6E (or 0xD0CC6E) is known color: Goldenrod. HEX triplet: D0, CC and 6E. RGB value is (208,204,110). Sum of RGB (Red+Green+Blue) = 208+204+110=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 110 (43.36% from 255 or 21.07% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CC6E is #2F3391. Grayscale: #C2C2C2. Windows color (decimal): -3093394 or 7261392. OLE color: 7261392.

HSL color Cylindrical-coordinate representation of color #D0CC6E: hue angle of 57.55º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0CC6E is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 204 110 -
CMYK 0 0.02 0.47 0.18
HSL 57.55º 0.51% 0.62% -
HSV(B) 57.55º 0.47% 0.82% -
XYZ 50.42 57.72 23.24 -
YUV 194.48 80.33 137.64 -
System Red Green Blue C M Y K H S L
Decimal 208 204 110 0 0.02 0.47 0.18 57.55 0.51 0.62
Hex D0 CC 6E 0 2 2F 12 3A 33 3E
Octal 320 314 156 0 2 57 22 72 63 76
Binary 11010000 11001100 1101110 0 10 101111 10010 111010 110011 111110

Color Harmonies of #D0CC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC6E

Black with #D0CC6E

Text Example


Text Example

White with #D0CC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC6E; }

 p { color: rgb(208,204,110); }

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

background-color css

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

 a { background-color: rgb(208,204,110); }

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

border-color css

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

 span { border-color: rgb(208,204,110); }

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