#D1CF68

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

Shades of Goldenrod #D1CF68

Tints of Goldenrod #D1CF68

Color information

#D1CF68 (or 0xD1CF68) is unknown color: approx Goldenrod. HEX triplet: D1, CF and 68. RGB value is (209,207,104). Sum of RGB (Red+Green+Blue) = 209+207+104=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 104 (41.02% from 255 or 20% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CF68 is #2E3097. Grayscale: #C4C4C4. Windows color (decimal): -3027096 or 6868945. OLE color: 6868945.

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

Color convert

RGB209207104-
CMYK00.010.500.18
HSL58.86º53.3%61.37%-
HSV(B)58.86º50.24%81.96%-
XYZ51.1159.1821.83-
YUV195.8676.16137.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.19%
GREEN value IS 207 (81.25% from 255) = 39.81%
BLUE value IS 104 (41.02% from 255) = 20%
R=40.19%
G=39.81%
B=20%

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
Decimal20920710400.010.500.1858.8653.361.37
HexD1CF680132123b353d
Octal321317150016222736575
Binary110100011100111111010000111001010010111011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CF68; }

 p { color: rgb(209,207,104); }

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

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

 a { background-color: rgb(209,207,104); }

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

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

 span { border-color: rgb(209,207,104); }

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