#CDB471

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

Shades of Putty #CDB471

Tints of Putty #CDB471

Color information

#CDB471 (or 0xCDB471) is unknown color: approx Putty. HEX triplet: CD, B4 and 71. RGB value is (205,180,113). Sum of RGB (Red+Green+Blue) = 205+180+113=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB471 is #324B8E. Grayscale: #B4B4B4. Windows color (decimal): -3296143 or 7451853. OLE color: 7451853.

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

Color convert

RGB205180113-
CMYK00.120.450.20
HSL43.7º47.92%62.35%-
HSV(B)43.7º44.88%80.39%-
XYZ44.4846.8122.31-
YUV179.8490.28145.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.16%
GREEN value IS 180 (70.70% from 255) = 36.14%
BLUE value IS 113 (44.53% from 255) = 22.69%
R=41.16%
G=36.14%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518011300.120.450.2043.747.9262.35
HexCDB4710C2D142c303e
Octal3152641610145524546076
Binary110011011011010011100010110010110110100101100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB471; }

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

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

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

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

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

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

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

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