#CDA468

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

Shades of Putty #CDA468

Tints of Putty #CDA468

Color information

#CDA468 (or 0xCDA468) is unknown color: approx Putty. HEX triplet: CD, A4 and 68. RGB value is (205,164,104). Sum of RGB (Red+Green+Blue) = 205+164+104=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA468 is #325B97. Grayscale: #A9A9A9. Windows color (decimal): -3300248 or 6857933. OLE color: 6857933.

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

Color convert

RGB205164104-
CMYK00.20.490.20
HSL35.64º50.25%60.59%-
HSV(B)35.64º49.27%80.39%-
XYZ40.9540.5318.76-
YUV169.4291.08153.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.34%
GREEN value IS 164 (64.45% from 255) = 34.67%
BLUE value IS 104 (41.02% from 255) = 21.99%
R=43.34%
G=34.67%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516410400.20.490.2035.6450.2560.59
HexCDA468014311424323d
Octal3152441500246124446275
Binary1100110110100100110100001010011000110100100100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA468; }

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

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

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

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

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

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

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

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