#CDB371

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

Shades of Putty #CDB371

Tints of Putty #CDB371

Color information

#CDB371 (or 0xCDB371) is unknown color: approx Putty. HEX triplet: CD, B3 and 71. RGB value is (205,179,113). Sum of RGB (Red+Green+Blue) = 205+179+113=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB371 is #324C8E. Grayscale: #B3B3B3. Windows color (decimal): -3296399 or 7451597. OLE color: 7451597.

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

Color convert

RGB205179113-
CMYK00.130.450.20
HSL43.04º47.92%62.35%-
HSV(B)43.04º44.88%80.39%-
XYZ44.2846.4122.25-
YUV179.2590.61146.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.25%
GREEN value IS 179 (70.31% from 255) = 36.02%
BLUE value IS 113 (44.53% from 255) = 22.74%
R=41.25%
G=36.02%
B=22.74%

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
Decimal20517911300.130.450.2043.0447.9262.35
HexCDB3710D2D142b303e
Octal3152631610155524536076
Binary110011011011001111100010110110110110100101011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB371; }

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

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

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

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

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

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

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

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