#D2B06B

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

Shades of Putty #D2B06B

Tints of Putty #D2B06B

Color information

#D2B06B (or 0xD2B06B) is unknown color: approx Putty. HEX triplet: D2, B0 and 6B. RGB value is (210,176,107). Sum of RGB (Red+Green+Blue) = 210+176+107=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B06B is #2D4F94. Grayscale: #B2B2B2. Windows color (decimal): -2969493 or 7057618. OLE color: 7057618.

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

Color convert

RGB210176107-
CMYK00.160.490.18
HSL40.19º53.37%62.16%-
HSV(B)40.19º49.05%82.35%-
XYZ44.7645.8120.39-
YUV178.387.76150.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.60%
GREEN value IS 176 (69.14% from 255) = 35.70%
BLUE value IS 107 (42.19% from 255) = 21.70%
R=42.60%
G=35.70%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017610700.160.490.1840.1953.3762.16
HexD2B06B010311228353e
Octal3222601530206122506576
Binary1101001010110000110101101000011000110010101000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B06B; }

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

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

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

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

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

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

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

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