#D6B36D

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

Shades of Putty #D6B36D

Tints of Putty #D6B36D

Color information

#D6B36D (or 0xD6B36D) is unknown color: approx Putty. HEX triplet: D6, B3 and 6D. RGB value is (214,179,109). Sum of RGB (Red+Green+Blue) = 214+179+109=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B36D is #294C92. Grayscale: #B5B5B5. Windows color (decimal): -2706579 or 7189462. OLE color: 7189462.

HSL color Cylindrical-coordinate representation of color #D6B36D: hue angle of 40º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6B36D is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB214179109-
CMYK00.160.490.16
HSL40º56.15%63.33%-
HSV(B)40º49.07%83.92%-
XYZ46.6147.6421.21-
YUV181.4887.1151.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.63%
GREEN value IS 179 (70.31% from 255) = 35.66%
BLUE value IS 109 (42.97% from 255) = 21.71%
R=42.63%
G=35.66%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417910900.160.490.164056.1563.33
HexD6B36D010311028383f
Octal3262631550206120507077
Binary1101011010110011110110101000011000110000101000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B36D; }

 p { color: rgb(214,179,109); }

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

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

 a { background-color: rgb(214,179,109); }

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

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

 span { border-color: rgb(214,179,109); }

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