#CDA671

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

Shades of Putty #CDA671

Tints of Putty #CDA671

Color information

#CDA671 (or 0xCDA671) is unknown color: approx Putty. HEX triplet: CD, A6 and 71. RGB value is (205,166,113). Sum of RGB (Red+Green+Blue) = 205+166+113=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA671 is #32598E. Grayscale: #ABABAB. Windows color (decimal): -3299727 or 7448269. OLE color: 7448269.

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

Color convert

RGB205166113-
CMYK00.190.450.20
HSL34.57º47.92%62.35%-
HSV(B)34.57º44.88%80.39%-
XYZ41.7941.4421.42-
YUV171.6294.92151.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.36%
GREEN value IS 166 (65.23% from 255) = 34.30%
BLUE value IS 113 (44.53% from 255) = 23.35%
R=42.36%
G=34.30%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516611300.190.450.2034.5747.9262.35
HexCDA6710132D1423303e
Octal3152461610235524436076
Binary1100110110100110111000101001110110110100100011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA671; }

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

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

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

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

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

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

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

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