#CDA669

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

Shades of Putty #CDA669

Tints of Putty #CDA669

Color information

#CDA669 (or 0xCDA669) is unknown color: approx Putty. HEX triplet: CD, A6 and 69. RGB value is (205,166,105). Sum of RGB (Red+Green+Blue) = 205+166+105=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA669 is #325996. Grayscale: #AAAAAA. Windows color (decimal): -3299735 or 6923981. OLE color: 6923981.

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

Color convert

RGB205166105-
CMYK00.190.490.20
HSL36.6º50%60.78%-
HSV(B)36.6º48.78%80.39%-
XYZ41.3641.2719.15-
YUV170.7190.92152.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.07%
GREEN value IS 166 (65.23% from 255) = 34.87%
BLUE value IS 105 (41.41% from 255) = 22.06%
R=43.07%
G=34.87%
B=22.06%

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
Decimal20516610500.190.490.2036.65060.78
HexCDA669013311425323d
Octal3152461510236124456275
Binary1100110110100110110100101001111000110100100101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA669; }

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

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

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

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

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

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

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

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