#D1CB68

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

Shades of Goldenrod #D1CB68

Tints of Goldenrod #D1CB68

Color information

#D1CB68 (or 0xD1CB68) is unknown color: approx Goldenrod. HEX triplet: D1, CB and 68. RGB value is (209,203,104). Sum of RGB (Red+Green+Blue) = 209+203+104=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 104 (41.02% from 255 or 20.16% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CB68 is #2E3497. Grayscale: #C1C1C1. Windows color (decimal): -3028120 or 6867921. OLE color: 6867921.

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

Color convert

RGB209203104-
CMYK00.030.500.18
HSL56.57º53.3%61.37%-
HSV(B)56.57º50.24%81.96%-
XYZ50.1557.2721.51-
YUV193.5177.49139.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.50%
GREEN value IS 203 (79.69% from 255) = 39.34%
BLUE value IS 104 (41.02% from 255) = 20.16%
R=40.50%
G=39.34%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920310400.030.500.1856.5753.361.37
HexD1CB6803321239353d
Octal321313150036222716575
Binary1101000111001011110100001111001010010111001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CB68; }

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

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

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

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

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

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

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

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