#CDB271

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

Shades of Putty #CDB271

Tints of Putty #CDB271

Color information

#CDB271 (or 0xCDB271) is unknown color: approx Putty. HEX triplet: CD, B2 and 71. RGB value is (205,178,113). Sum of RGB (Red+Green+Blue) = 205+178+113=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB271 is #324D8E. Grayscale: #B2B2B2. Windows color (decimal): -3296655 or 7451341. OLE color: 7451341.

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

Color convert

RGB205178113-
CMYK00.130.450.20
HSL42.39º47.92%62.35%-
HSV(B)42.39º44.88%80.39%-
XYZ44.0846.0122.18-
YUV178.6690.95146.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.33%
GREEN value IS 178 (69.92% from 255) = 35.89%
BLUE value IS 113 (44.53% from 255) = 22.78%
R=41.33%
G=35.89%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517811300.130.450.2042.3947.9262.35
HexCDB2710D2D142a303e
Octal3152621610155524526076
Binary110011011011001011100010110110110110100101010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB271; }

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

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

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

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

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

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

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

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