#CDBA73

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

Shades of Putty #CDBA73

Tints of Putty #CDBA73

Color information

#CDBA73 (or 0xCDBA73) is unknown color: approx Putty. HEX triplet: CD, BA and 73. RGB value is (205,186,115). Sum of RGB (Red+Green+Blue) = 205+186+115=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBA73 is #32458C. Grayscale: #B7B7B7. Windows color (decimal): -3294605 or 7584461. OLE color: 7584461.

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

Color convert

RGB205186115-
CMYK00.090.440.20
HSL47.33º47.37%62.75%-
HSV(B)47.33º43.9%80.39%-
XYZ45.8349.3323.33-
YUV183.5989.29143.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.51%
GREEN value IS 186 (73.05% from 255) = 36.76%
BLUE value IS 115 (45.31% from 255) = 22.73%
R=40.51%
G=36.76%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518611500.090.440.2047.3347.3762.75
HexCDBA73092C142f2f3f
Octal3152721630115424575777
Binary110011011011101011100110100110110010100101111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBA73; }

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

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

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

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

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

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

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

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