#CDAD68

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

Shades of Putty #CDAD68

Tints of Putty #CDAD68

Color information

#CDAD68 (or 0xCDAD68) is unknown color: approx Putty. HEX triplet: CD, AD and 68. RGB value is (205,173,104). Sum of RGB (Red+Green+Blue) = 205+173+104=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAD68 is #325297. Grayscale: #AFAFAF. Windows color (decimal): -3297944 or 6860237. OLE color: 6860237.

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

Color convert

RGB205173104-
CMYK00.160.490.20
HSL40.99º50.25%60.59%-
HSV(B)40.99º49.27%80.39%-
XYZ42.6243.8719.32-
YUV174.788.1149.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.53%
GREEN value IS 173 (67.97% from 255) = 35.89%
BLUE value IS 104 (41.02% from 255) = 21.58%
R=42.53%
G=35.89%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517310400.160.490.2040.9950.2560.59
HexCDAD68010311429323d
Octal3152551500206124516275
Binary1100110110101101110100001000011000110100101001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAD68; }

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

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

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

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

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

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

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

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