#CDBA71

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

Shades of Putty #CDBA71

Tints of Putty #CDBA71

Color information

#CDBA71 (or 0xCDBA71) is unknown color: approx Putty. HEX triplet: CD, BA and 71. RGB value is (205,186,113). Sum of RGB (Red+Green+Blue) = 205+186+113=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBA71 is #32458E. Grayscale: #B7B7B7. Windows color (decimal): -3294607 or 7453389. OLE color: 7453389.

HSL color Cylindrical-coordinate representation of color #CDBA71: hue angle of 47.61º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDBA71 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB205186113-
CMYK00.090.450.20
HSL47.61º47.92%62.35%-
HSV(B)47.61º44.88%80.39%-
XYZ45.7249.2922.73-
YUV183.3688.29143.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.67%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 113 (44.53% from 255) = 22.42%
R=40.67%
G=36.90%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518611300.090.450.2047.6147.9262.35
HexCDBA71092D1430303e
Octal3152721610115524606076
Binary110011011011101011100010100110110110100110000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBA71; }

 p { color: rgb(205,186,113); }

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

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

 a { background-color: rgb(205,186,113); }

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

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

 span { border-color: rgb(205,186,113); }

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