#CDA56A

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

Shades of Putty #CDA56A

Tints of Putty #CDA56A

Color information

#CDA56A (or 0xCDA56A) is unknown color: approx Putty. HEX triplet: CD, A5 and 6A. RGB value is (205,165,106). Sum of RGB (Red+Green+Blue) = 205+165+106=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA56A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA56A is #325A95. Grayscale: #AAAAAA. Windows color (decimal): -3299990 or 6989261. OLE color: 6989261.

HSL color Cylindrical-coordinate representation of color #CDA56A: hue angle of 35.76º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDA56A is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB205165106-
CMYK00.200.480.20
HSL35.76º49.75%60.98%-
HSV(B)35.76º48.29%80.39%-
XYZ41.2340.9319.36-
YUV170.2391.75152.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.07%
GREEN value IS 165 (64.84% from 255) = 34.66%
BLUE value IS 106 (41.80% from 255) = 22.27%
R=43.07%
G=34.66%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516510600.200.480.2035.7649.7560.98
HexCDA56A014301424323d
Octal3152451520246024446275
Binary1100110110100101110101001010011000010100100100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA56A; }

 p { color: rgb(205,165,106); }

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

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

 a { background-color: rgb(205,165,106); }

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

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

 span { border-color: rgb(205,165,106); }

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