#d0b66d

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

Shades of Putty #D0B66D

Tints of Putty #D0B66D

Color information

#D0B66D (or 0xD0B66D) is unknown color: approx Putty. HEX triplet: D0, B6 and 6D. RGB value is (208,182,109). Sum of RGB (Red+Green+Blue) = 208+182+109=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B66D is #2F4992. Grayscale: #B5B5B5. Windows color (decimal): -3099027 or 7190224. OLE color: 7190224.

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

Color convert

RGB208182109-
CMYK00.120.480.18
HSL44.24º51.3%62.16%-
HSV(B)44.24º47.6%81.57%-
XYZ45.547.9721.33-
YUV181.4587.11146.94-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.68%
GREEN value IS 182 (71.48% from 255) = 36.47%
BLUE value IS 109 (42.97% from 255) = 21.84%
R=41.68%
G=36.47%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818210900.120.480.1844.2451.362.16
HexD0B66D0C30122c333e
Octal3202661550146022546376
Binary110100001011011011011010110011000010010101100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0b66d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0b66d; }

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

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

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

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

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

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

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

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