#CDA668

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

Shades of Putty #CDA668

Tints of Putty #CDA668

Color information

#CDA668 (or 0xCDA668) is unknown color: approx Putty. HEX triplet: CD, A6 and 68. RGB value is (205,166,104). Sum of RGB (Red+Green+Blue) = 205+166+104=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA668 is #325997. Grayscale: #AAAAAA. Windows color (decimal): -3299736 or 6858445. OLE color: 6858445.

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

Color convert

RGB205166104-
CMYK00.190.490.20
HSL36.83º50.25%60.59%-
HSV(B)36.83º49.27%80.39%-
XYZ41.3141.2518.88-
YUV170.5990.42152.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.16%
GREEN value IS 166 (65.23% from 255) = 34.95%
BLUE value IS 104 (41.02% from 255) = 21.89%
R=43.16%
G=34.95%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516610400.190.490.2036.8350.2560.59
HexCDA668013311425323d
Octal3152461500236124456275
Binary1100110110100110110100001001111000110100100101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA668; }

 p { color: rgb(205,166,104); }

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

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

 a { background-color: rgb(205,166,104); }

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

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

 span { border-color: rgb(205,166,104); }

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