#CDB671

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

Shades of Putty #CDB671

Tints of Putty #CDB671

Color information

#CDB671 (or 0xCDB671) is unknown color: approx Putty. HEX triplet: CD, B6 and 71. RGB value is (205,182,113). Sum of RGB (Red+Green+Blue) = 205+182+113=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB671 is #32498E. Grayscale: #B5B5B5. Windows color (decimal): -3295631 or 7452365. OLE color: 7452365.

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

Color convert

RGB205182113-
CMYK00.110.450.20
HSL45º47.92%62.35%-
HSV(B)45º44.88%80.39%-
XYZ44.8947.6322.45-
YUV181.0189.62145.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41%
GREEN value IS 182 (71.48% from 255) = 36.4%
BLUE value IS 113 (44.53% from 255) = 22.6%
R=41%
G=36.4%
B=22.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518211300.110.450.204547.9262.35
HexCDB6710B2D142d303e
Octal3152661610135524556076
Binary110011011011011011100010101110110110100101101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB671; }

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

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

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

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

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

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

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

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