#CDA767

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

Shades of Putty #CDA767

Tints of Putty #CDA767

Color information

#CDA767 (or 0xCDA767) is unknown color: approx Putty. HEX triplet: CD, A7 and 67. RGB value is (205,167,103). Sum of RGB (Red+Green+Blue) = 205+167+103=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA767 is #325898. Grayscale: #ABABAB. Windows color (decimal): -3299481 or 6793165. OLE color: 6793165.

HSL color Cylindrical-coordinate representation of color #CDA767: hue angle of 37.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDA767 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB205167103-
CMYK00.190.500.20
HSL37.65º50.5%60.39%-
HSV(B)37.65º49.76%80.39%-
XYZ41.4441.618.68-
YUV171.0789.59152.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.16%
GREEN value IS 167 (65.62% from 255) = 35.16%
BLUE value IS 103 (40.62% from 255) = 21.68%
R=43.16%
G=35.16%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516710300.190.500.2037.6550.560.39
HexCDA767013321426323c
Octal3152471470236224466274
Binary1100110110100111110011101001111001010100100110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA767; }

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

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

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

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

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

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

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

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