#D1CD67

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

Shades of Goldenrod #D1CD67

Tints of Goldenrod #D1CD67

Color information

#D1CD67 (or 0xD1CD67) is unknown color: approx Goldenrod. HEX triplet: D1, CD and 67. RGB value is (209,205,103). Sum of RGB (Red+Green+Blue) = 209+205+103=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 103 (40.62% from 255 or 19.92% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CD67 is #2E3298. Grayscale: #C2C2C2. Windows color (decimal): -3027609 or 6802897. OLE color: 6802897.

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

Color convert

RGB209205103-
CMYK00.020.510.18
HSL57.74º53.54%61.18%-
HSV(B)57.74º50.72%81.96%-
XYZ50.5758.221.4-
YUV194.5776.33138.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.43%
GREEN value IS 205 (80.47% from 255) = 39.65%
BLUE value IS 103 (40.62% from 255) = 19.92%
R=40.43%
G=39.65%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920510300.020.510.1857.7453.5461.18
HexD1CD670233123a363d
Octal321315147026322726675
Binary1101000111001101110011101011001110010111010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CD67; }

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

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

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

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

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

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

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

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