#D0B672

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

Shades of Putty #D0B672

Tints of Putty #D0B672

Color information

#D0B672 (or 0xD0B672) is unknown color: approx Putty. HEX triplet: D0, B6 and 72. RGB value is (208,182,114). Sum of RGB (Red+Green+Blue) = 208+182+114=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B672 is #2F498D. Grayscale: #B6B6B6. Windows color (decimal): -3099022 or 7517904. OLE color: 7517904.

HSL color Cylindrical-coordinate representation of color #D0B672: hue angle of 43.4º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0B672 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB208182114-
CMYK00.120.450.18
HSL43.4º50%63.14%-
HSV(B)43.4º45.19%81.57%-
XYZ45.7848.0822.79-
YUV182.0289.61146.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.27%
GREEN value IS 182 (71.48% from 255) = 36.11%
BLUE value IS 114 (44.92% from 255) = 22.62%
R=41.27%
G=36.11%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818211400.120.450.1843.45063.14
HexD0B6720C2D122b323f
Octal3202661620145522536277
Binary110100001011011011100100110010110110010101011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B672; }

 p { color: rgb(208,182,114); }

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

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

 a { background-color: rgb(208,182,114); }

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

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

 span { border-color: rgb(208,182,114); }

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