#D0B06B

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

Shades of Putty #D0B06B

Tints of Putty #D0B06B

Color information

#D0B06B (or 0xD0B06B) is unknown color: approx Putty. HEX triplet: D0, B0 and 6B. RGB value is (208,176,107). Sum of RGB (Red+Green+Blue) = 208+176+107=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B06B is #2F4F94. Grayscale: #B2B2B2. Windows color (decimal): -3100565 or 7057616. OLE color: 7057616.

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

Color convert

RGB208176107-
CMYK00.150.490.18
HSL40.99º51.79%61.76%-
HSV(B)40.99º48.56%81.57%-
XYZ44.1945.5220.37-
YUV177.788.1149.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.36%
GREEN value IS 176 (69.14% from 255) = 35.85%
BLUE value IS 107 (42.19% from 255) = 21.79%
R=42.36%
G=35.85%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817610700.150.490.1840.9951.7961.76
HexD0B06B0F311229343e
Octal3202601530176122516476
Binary110100001011000011010110111111000110010101001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B06B; }

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

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

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

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

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

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

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

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