#CDA769

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

Shades of Putty #CDA769

Tints of Putty #CDA769

Color information

#CDA769 (or 0xCDA769) is unknown color: approx Putty. HEX triplet: CD, A7 and 69. RGB value is (205,167,105). Sum of RGB (Red+Green+Blue) = 205+167+105=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA769 is #325896. Grayscale: #ABABAB. Windows color (decimal): -3299479 or 6924237. OLE color: 6924237.

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

Color convert

RGB205167105-
CMYK00.190.490.20
HSL37.2º50%60.78%-
HSV(B)37.2º48.78%80.39%-
XYZ41.5541.6419.21-
YUV171.2990.59152.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.98%
GREEN value IS 167 (65.62% from 255) = 35.01%
BLUE value IS 105 (41.41% from 255) = 22.01%
R=42.98%
G=35.01%
B=22.01%

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
Decimal20516710500.190.490.2037.25060.78
HexCDA769013311425323d
Octal3152471510236124456275
Binary1100110110100111110100101001111000110100100101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA769; }

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

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

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

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

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

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

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

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