#CDAF71

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

Shades of Putty #CDAF71

Tints of Putty #CDAF71

Color information

#CDAF71 (or 0xCDAF71) is unknown color: approx Putty. HEX triplet: CD, AF and 71. RGB value is (205,175,113). Sum of RGB (Red+Green+Blue) = 205+175+113=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAF71 is #32508E. Grayscale: #B1B1B1. Windows color (decimal): -3297423 or 7450573. OLE color: 7450573.

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

Color convert

RGB205175113-
CMYK00.150.450.20
HSL40.43º47.92%62.35%-
HSV(B)40.43º44.88%80.39%-
XYZ43.4944.8321.98-
YUV176.991.94148.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.58%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 113 (44.53% from 255) = 22.92%
R=41.58%
G=35.50%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517511300.150.450.2040.4347.9262.35
HexCDAF710F2D1428303e
Octal3152571610175524506076
Binary110011011010111111100010111110110110100101000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAF71; }

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

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

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

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

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

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

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

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