#D0CC67

Color #D0CC67 Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #D0CC67

Tints of Goldenrod #D0CC67

Color information

#D0CC67 (or 0xD0CC67) is unknown color: approx Goldenrod. HEX triplet: D0, CC and 67. RGB value is (208,204,103). Sum of RGB (Red+Green+Blue) = 208+204+103=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 103 (40.62% from 255 or 20% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CC67 is #2F3398. Grayscale: #C2C2C2. Windows color (decimal): -3093401 or 6802640. OLE color: 6802640.

HSL color Cylindrical-coordinate representation of color #D0CC67: hue angle of 57.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0CC67 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB208204103-
CMYK00.020.500.18
HSL57.71º52.76%60.98%-
HSV(B)57.71º50.48%81.57%-
XYZ50.0557.5721.31-
YUV193.6876.83138.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.39%
GREEN value IS 204 (80.08% from 255) = 39.61%
BLUE value IS 103 (40.62% from 255) = 20%
R=40.39%
G=39.61%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820410300.020.500.1857.7152.7660.98
HexD0CC670232123a353d
Octal320314147026222726575
Binary1101000011001100110011101011001010010111010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CC67; }

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

 H1.HeaderClassName
 {
   color: #D0CC67;
 }
 .AnyTagClassName
 {
   color: #D0CC67;
 }
</style>
background-color css

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

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

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

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

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

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