#CDA775

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

Shades of Putty #CDA775

Tints of Putty #CDA775

Color information

#CDA775 (or 0xCDA775) is unknown color: approx Putty. HEX triplet: CD, A7 and 75. RGB value is (205,167,117). Sum of RGB (Red+Green+Blue) = 205+167+117=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA775 is #32588A. Grayscale: #ACACAC. Windows color (decimal): -3299467 or 7710669. OLE color: 7710669.

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

Color convert

RGB205167117-
CMYK00.190.430.20
HSL34.09º46.81%63.14%-
HSV(B)34.09º42.93%80.39%-
XYZ42.2141.922.69-
YUV172.6696.59151.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.92%
GREEN value IS 167 (65.62% from 255) = 34.15%
BLUE value IS 117 (46.09% from 255) = 23.93%
R=41.92%
G=34.15%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516711700.190.430.2034.0946.8163.14
HexCDA7750132B14222f3f
Octal3152471650235324425777
Binary1100110110100111111010101001110101110100100010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA775; }

 p { color: rgb(205,167,117); }

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

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

 a { background-color: rgb(205,167,117); }

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

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

 span { border-color: rgb(205,167,117); }

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