Html Css Color HEX #D0CC6F Goldenrod

📋 copy color: '#D0CC6F'

red 208 ◦ green 204 ◦ blue 111

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

Shades of Goldenrod #D0CC6F

Tints of Goldenrod #D0CC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.22%

R = 39.77%
G = 39.01%
B = 21.22%

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

#D0CC6F (or 0xD0CC6F) is known color: Goldenrod. HEX triplet: D0, CC and 6F. RGB value is (208,204,111). Sum of RGB (Red+Green+Blue) = 208+204+111=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 111 (43.75% from 255 or 21.22% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CC6F is #2F3390. Grayscale: #C2C2C2. Windows color (decimal): -3093393 or 7326928. OLE color: 7326928.

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

Color convert

RGB 208 204 111 -
CMYK 0 0.02 0.47 0.18
HSL 57.53º 0.51% 0.63% -
HSV(B) 57.53º 0.47% 0.82% -
XYZ 50.47 57.74 23.52 -
YUV 194.59 80.83 137.56 -
System Red Green Blue C M Y K H S L
Decimal 208 204 111 0 0.02 0.47 0.18 57.53 0.51 0.63
Hex D0 CC 6F 0 2 2F 12 3A 33 3F
Octal 320 314 157 0 2 57 22 72 63 77
Binary 11010000 11001100 1101111 0 10 101111 10010 111010 110011 111111

Color Harmonies of #D0CC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC6F

Black with #D0CC6F

Text Example


Text Example

White with #D0CC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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