#D0B27A

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

Shades of Putty #D0B27A

Tints of Putty #D0B27A

Color information

#D0B27A (or 0xD0B27A) is unknown color: approx Putty. HEX triplet: D0, B2 and 7A. RGB value is (208,178,122). Sum of RGB (Red+Green+Blue) = 208+178+122=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B27A is #2F4D85. Grayscale: #B4B4B4. Windows color (decimal): -3100038 or 8041168. OLE color: 8041168.

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

Color convert

RGB208178122-
CMYK00.140.410.18
HSL39.07º47.78%64.71%-
HSV(B)39.07º41.35%81.57%-
XYZ45.4546.6625.02-
YUV180.5994.94147.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.94%
GREEN value IS 178 (69.92% from 255) = 35.04%
BLUE value IS 122 (48.05% from 255) = 24.02%
R=40.94%
G=35.04%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817812200.140.410.1839.0747.7864.71
HexD0B27A0E2912273041
Octal32026217201651224760101
Binary1101000010110010111101001110101001100101001111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B27A; }

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

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

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

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

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

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

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

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