#D6B56E

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

Shades of Putty #D6B56E

Tints of Putty #D6B56E

Color information

#D6B56E (or 0xD6B56E) is unknown color: approx Putty. HEX triplet: D6, B5 and 6E. RGB value is (214,181,110). Sum of RGB (Red+Green+Blue) = 214+181+110=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B56E is #294A91. Grayscale: #B7B7B7. Windows color (decimal): -2706066 or 7255510. OLE color: 7255510.

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

Color convert

RGB214181110-
CMYK00.150.490.16
HSL40.96º55.91%63.53%-
HSV(B)40.96º48.6%83.92%-
XYZ47.0748.4721.63-
YUV182.7786.93150.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.38%
GREEN value IS 181 (71.09% from 255) = 35.84%
BLUE value IS 110 (43.36% from 255) = 21.78%
R=42.38%
G=35.84%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418111000.150.490.1640.9655.9163.53
HexD6B56E0F3110293840
Octal32626515601761205170100
Binary1101011010110101110111001111110001100001010011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B56E; }

 p { color: rgb(214,181,110); }

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

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

 a { background-color: rgb(214,181,110); }

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

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

 span { border-color: rgb(214,181,110); }

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