#CDA875

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

Shades of Putty #CDA875

Tints of Putty #CDA875

Color information

#CDA875 (or 0xCDA875) is unknown color: approx Putty. HEX triplet: CD, A8 and 75. RGB value is (205,168,117). Sum of RGB (Red+Green+Blue) = 205+168+117=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA875 is #32578A. Grayscale: #ADADAD. Windows color (decimal): -3299211 or 7710925. OLE color: 7710925.

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

Color convert

RGB205168117-
CMYK00.180.430.20
HSL34.77º46.81%63.14%-
HSV(B)34.77º42.93%80.39%-
XYZ42.3942.2722.75-
YUV173.2596.26150.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.84%
GREEN value IS 168 (66.02% from 255) = 34.29%
BLUE value IS 117 (46.09% from 255) = 23.88%
R=41.84%
G=34.29%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516811700.180.430.2034.7746.8163.14
HexCDA8750122B14232f3f
Octal3152501650225324435777
Binary1100110110101000111010101001010101110100100011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA875; }

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

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

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

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

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

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

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

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