#CDAF6D

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

Shades of Putty #CDAF6D

Tints of Putty #CDAF6D

Color information

#CDAF6D (or 0xCDAF6D) is unknown color: approx Putty. HEX triplet: CD, AF and 6D. RGB value is (205,175,109). Sum of RGB (Red+Green+Blue) = 205+175+109=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAF6D is #325092. Grayscale: #B0B0B0. Windows color (decimal): -3297427 or 7188429. OLE color: 7188429.

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

Color convert

RGB205175109-
CMYK00.150.470.20
HSL41.25º48.98%61.57%-
HSV(B)41.25º46.83%80.39%-
XYZ43.2744.7420.82-
YUV176.4589.94148.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.92%
GREEN value IS 175 (68.75% from 255) = 35.79%
BLUE value IS 109 (42.97% from 255) = 22.29%
R=41.92%
G=35.79%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517510900.150.470.2041.2548.9861.57
HexCDAF6D0F2F1429313e
Octal3152571550175724516176
Binary110011011010111111011010111110111110100101001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAF6D; }

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

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

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

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

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

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

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

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