#D5B36A

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

Shades of Putty #D5B36A

Tints of Putty #D5B36A

Color information

#D5B36A (or 0xD5B36A) is unknown color: approx Putty. HEX triplet: D5, B3 and 6A. RGB value is (213,179,106). Sum of RGB (Red+Green+Blue) = 213+179+106=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B36A is #2A4C95. Grayscale: #B5B5B5. Windows color (decimal): -2772118 or 6992853. OLE color: 6992853.

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

Color convert

RGB213179106-
CMYK00.160.500.16
HSL40.93º56.02%62.55%-
HSV(B)40.93º50.23%83.53%-
XYZ46.1647.4320.36-
YUV180.8485.76150.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.77%
GREEN value IS 179 (70.31% from 255) = 35.94%
BLUE value IS 106 (41.80% from 255) = 21.29%
R=42.77%
G=35.94%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317910600.160.500.1640.9356.0262.55
HexD5B36A010321029383f
Octal3252631520206220517077
Binary1101010110110011110101001000011001010000101001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B36A; }

 p { color: rgb(213,179,106); }

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

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

 a { background-color: rgb(213,179,106); }

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

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

 span { border-color: rgb(213,179,106); }

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