#CDBB71

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

Shades of Putty #CDBB71

Tints of Putty #CDBB71

Color information

#CDBB71 (or 0xCDBB71) is unknown color: approx Putty. HEX triplet: CD, BB and 71. RGB value is (205,187,113). Sum of RGB (Red+Green+Blue) = 205+187+113=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBB71 is #32448E. Grayscale: #B8B8B8. Windows color (decimal): -3294351 or 7453645. OLE color: 7453645.

HSL color Cylindrical-coordinate representation of color #CDBB71: hue angle of 48.26º 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 #CDBB71 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB205187113-
CMYK00.090.450.20
HSL48.26º47.92%62.35%-
HSV(B)48.26º44.88%80.39%-
XYZ45.9349.7122.8-
YUV183.9587.96143.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 187 (73.44% from 255) = 37.03%
BLUE value IS 113 (44.53% from 255) = 22.38%
R=40.59%
G=37.03%
B=22.38%

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
Decimal20518711300.090.450.2048.2647.9262.35
HexCDBB71092D1430303e
Octal3152731610115524606076
Binary110011011011101111100010100110110110100110000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBB71; }

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

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

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

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

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

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

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

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