#CDA97A

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

Shades of Putty #CDA97A

Tints of Putty #CDA97A

Color information

#CDA97A (or 0xCDA97A) is unknown color: approx Putty. HEX triplet: CD, A9 and 7A. RGB value is (205,169,122). Sum of RGB (Red+Green+Blue) = 205+169+122=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA97A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA97A is #325685. Grayscale: #AEAEAE. Windows color (decimal): -3298950 or 8038861. OLE color: 8038861.

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

Color convert

RGB205169122-
CMYK00.180.400.20
HSL33.98º45.36%64.12%-
HSV(B)33.98º40.49%80.39%-
XYZ42.8842.7624.41-
YUV174.4198.43149.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.33%
GREEN value IS 169 (66.41% from 255) = 34.07%
BLUE value IS 122 (48.05% from 255) = 24.60%
R=41.33%
G=34.07%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516912200.180.400.2033.9845.3664.12
HexCDA97A0122814222d40
Octal31525117202250244255100
Binary11001101101010011111010010010101000101001000101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA97A; }

 p { color: rgb(205,169,122); }

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

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

 a { background-color: rgb(205,169,122); }

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

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

 span { border-color: rgb(205,169,122); }

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