#D2B269

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

Shades of Putty #D2B269

Tints of Putty #D2B269

Color information

#D2B269 (or 0xD2B269) is unknown color: approx Putty. HEX triplet: D2, B2 and 69. RGB value is (210,178,105). Sum of RGB (Red+Green+Blue) = 210+178+105=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B269 is #2D4D96. Grayscale: #B3B3B3. Windows color (decimal): -2968983 or 6927058. OLE color: 6927058.

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

Color convert

RGB210178105-
CMYK00.150.500.18
HSL41.71º53.85%61.76%-
HSV(B)41.71º50%82.35%-
XYZ45.0546.5619.98-
YUV179.2586.1149.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.60%
GREEN value IS 178 (69.92% from 255) = 36.11%
BLUE value IS 105 (41.41% from 255) = 21.30%
R=42.60%
G=36.11%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017810500.150.500.1841.7153.8561.76
HexD2B2690F32122a363e
Octal3222621510176222526676
Binary110100101011001011010010111111001010010101010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B269; }

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

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

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

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

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

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

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

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