#CDA879

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

Shades of Putty #CDA879

Tints of Putty #CDA879

Color information

#CDA879 (or 0xCDA879) is unknown color: approx Putty. HEX triplet: CD, A8 and 79. RGB value is (205,168,121). Sum of RGB (Red+Green+Blue) = 205+168+121=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA879 is #325786. Grayscale: #ADADAD. Windows color (decimal): -3299207 or 7973069. OLE color: 7973069.

HSL color Cylindrical-coordinate representation of color #CDA879: hue angle of 33.57º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDA879 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB205168121-
CMYK00.180.410.20
HSL33.57º45.65%63.92%-
HSV(B)33.57º40.98%80.39%-
XYZ42.6342.3624.02-
YUV173.798.26150.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.50%
GREEN value IS 168 (66.02% from 255) = 34.01%
BLUE value IS 121 (47.66% from 255) = 24.49%
R=41.50%
G=34.01%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516812100.180.410.2033.5745.6563.92
HexCDA8790122914222e40
Octal31525017102251244256100
Binary11001101101010001111001010010101001101001000101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA879; }

 p { color: rgb(205,168,121); }

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

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

 a { background-color: rgb(205,168,121); }

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

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

 span { border-color: rgb(205,168,121); }

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