#D2CA69

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

Shades of Goldenrod #D2CA69

Tints of Goldenrod #D2CA69

Color information

#D2CA69 (or 0xD2CA69) is unknown color: approx Goldenrod. HEX triplet: D2, CA and 69. RGB value is (210,202,105). Sum of RGB (Red+Green+Blue) = 210+202+105=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 105 (41.41% from 255 or 20.31% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CA69 is #2D3596. Grayscale: #C1C1C1. Windows color (decimal): -2962839 or 6933202. OLE color: 6933202.

HSL color Cylindrical-coordinate representation of color #D2CA69: hue angle of 55.43º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2CA69 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB210202105-
CMYK00.040.500.18
HSL55.43º53.85%61.76%-
HSV(B)55.43º50%82.35%-
XYZ50.2556.9621.71-
YUV193.3378.15139.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.62%
GREEN value IS 202 (79.30% from 255) = 39.07%
BLUE value IS 105 (41.41% from 255) = 20.31%
R=40.62%
G=39.07%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020210500.040.500.1855.4353.8561.76
HexD2CA6904321237363e
Octal322312151046222676676
Binary11010010110010101101001010011001010010110111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CA69; }

 p { color: rgb(210,202,105); }

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

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

 a { background-color: rgb(210,202,105); }

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

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

 span { border-color: rgb(210,202,105); }

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