#CDB17A

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

Shades of Putty #CDB17A

Tints of Putty #CDB17A

Color information

#CDB17A (or 0xCDB17A) is unknown color: approx Putty. HEX triplet: CD, B1 and 7A. RGB value is (205,177,122). Sum of RGB (Red+Green+Blue) = 205+177+122=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB17A is #324E85. Grayscale: #B3B3B3. Windows color (decimal): -3296902 or 8040909. OLE color: 8040909.

HSL color Cylindrical-coordinate representation of color #CDB17A: hue angle of 39.76º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDB17A is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB205177122-
CMYK00.140.400.20
HSL39.76º45.36%64.12%-
HSV(B)39.76º40.49%80.39%-
XYZ44.4145.8324.92-
YUV179.195.78146.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.67%
GREEN value IS 177 (69.53% from 255) = 35.12%
BLUE value IS 122 (48.05% from 255) = 24.21%
R=40.67%
G=35.12%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517712200.140.400.2039.7645.3664.12
HexCDB17A0E2814282d40
Octal31526117201650245055100
Binary1100110110110001111101001110101000101001010001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB17A; }

 p { color: rgb(205,177,122); }

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

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

 a { background-color: rgb(205,177,122); }

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

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

 span { border-color: rgb(205,177,122); }

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