#D2CD6B

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

Shades of Goldenrod #D2CD6B

Tints of Goldenrod #D2CD6B

Color information

#D2CD6B (or 0xD2CD6B) is unknown color: approx Goldenrod. HEX triplet: D2, CD and 6B. RGB value is (210,205,107). Sum of RGB (Red+Green+Blue) = 210+205+107=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CD6B is #2D3294. Grayscale: #C3C3C3. Windows color (decimal): -2962069 or 7065042. OLE color: 7065042.

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

Color convert

RGB210205107-
CMYK00.020.490.18
HSL57.09º53.37%62.16%-
HSV(B)57.09º49.05%82.35%-
XYZ51.0658.4322.5-
YUV195.3278.16138.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.23%
GREEN value IS 205 (80.47% from 255) = 39.27%
BLUE value IS 107 (42.19% from 255) = 20.50%
R=40.23%
G=39.27%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020510700.020.490.1857.0953.3762.16
HexD2CD6B02311239353e
Octal322315153026122716576
Binary1101001011001101110101101011000110010111001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CD6B; }

 p { color: rgb(210,205,107); }

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

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

 a { background-color: rgb(210,205,107); }

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

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

 span { border-color: rgb(210,205,107); }

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