#cdb474

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

Shades of Putty #CDB474

Tints of Putty #CDB474

Color information

#CDB474 (or 0xCDB474) is unknown color: approx Putty. HEX triplet: CD, B4 and 74. RGB value is (205,180,116). Sum of RGB (Red+Green+Blue) = 205+180+116=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB474 is #324B8B. Grayscale: #B4B4B4. Windows color (decimal): -3296140 or 7648461. OLE color: 7648461.

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

Color convert

RGB205180116-
CMYK00.120.430.20
HSL43.15º47.09%62.94%-
HSV(B)43.15º43.41%80.39%-
XYZ44.6546.8823.22-
YUV180.1891.78145.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.92%
GREEN value IS 180 (70.70% from 255) = 35.93%
BLUE value IS 116 (45.70% from 255) = 23.15%
R=40.92%
G=35.93%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518011600.120.430.2043.1547.0962.94
HexCDB4740C2B142b2f3f
Octal3152641640145324535777
Binary110011011011010011101000110010101110100101011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cdb474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cdb474; }

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

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

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

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

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

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

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

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