#D0CD67

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

Shades of Goldenrod #D0CD67

Tints of Goldenrod #D0CD67

Color information

#D0CD67 (or 0xD0CD67) is unknown color: approx Goldenrod. HEX triplet: D0, CD and 67. RGB value is (208,205,103). Sum of RGB (Red+Green+Blue) = 208+205+103=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 103 (40.62% from 255 or 19.96% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CD67 is #2F3298. Grayscale: #C2C2C2. Windows color (decimal): -3093145 or 6802896. OLE color: 6802896.

HSL color Cylindrical-coordinate representation of color #D0CD67: hue angle of 58.29º 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 #D0CD67 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB208205103-
CMYK00.010.500.18
HSL58.29º52.76%60.98%-
HSV(B)58.29º50.48%81.57%-
XYZ50.2958.0521.39-
YUV194.2776.49137.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.31%
GREEN value IS 205 (80.47% from 255) = 39.73%
BLUE value IS 103 (40.62% from 255) = 19.96%
R=40.31%
G=39.73%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820510300.010.500.1858.2952.7660.98
HexD0CD670132123a353d
Octal320315147016222726575
Binary110100001100110111001110111001010010111010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CD67; }

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

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

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

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

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

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

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

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