#D2B27A

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

Shades of Putty #D2B27A

Tints of Putty #D2B27A

Color information

#D2B27A (or 0xD2B27A) is unknown color: approx Putty. HEX triplet: D2, B2 and 7A. RGB value is (210,178,122). Sum of RGB (Red+Green+Blue) = 210+178+122=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B27A is #2D4D85. Grayscale: #B5B5B5. Windows color (decimal): -2968966 or 8041170. OLE color: 8041170.

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

Color convert

RGB210178122-
CMYK00.150.420.18
HSL38.18º49.44%65.1%-
HSV(B)38.18º41.9%82.35%-
XYZ46.0146.9525.05-
YUV181.1894.6148.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.18%
GREEN value IS 178 (69.92% from 255) = 34.90%
BLUE value IS 122 (48.05% from 255) = 23.92%
R=41.18%
G=34.90%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017812200.150.420.1838.1849.4465.1
HexD2B27A0F2A12263141
Octal32226217201752224661101
Binary1101001010110010111101001111101010100101001101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B27A; }

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

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

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

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

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

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

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

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