#CDA568

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

Shades of Putty #CDA568

Tints of Putty #CDA568

Color information

#CDA568 (or 0xCDA568) is unknown color: approx Putty. HEX triplet: CD, A5 and 68. RGB value is (205,165,104). Sum of RGB (Red+Green+Blue) = 205+165+104=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA568 is #325A97. Grayscale: #AAAAAA. Windows color (decimal): -3299992 or 6858189. OLE color: 6858189.

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

Color convert

RGB205165104-
CMYK00.200.490.20
HSL36.24º50.25%60.59%-
HSV(B)36.24º49.27%80.39%-
XYZ41.1340.8918.82-
YUV170.0190.75152.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.25%
GREEN value IS 165 (64.84% from 255) = 34.81%
BLUE value IS 104 (41.02% from 255) = 21.94%
R=43.25%
G=34.81%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516510400.200.490.2036.2450.2560.59
HexCDA568014311424323d
Octal3152451500246124446275
Binary1100110110100101110100001010011000110100100100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA568; }

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

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

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

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

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

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

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

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