#CDB377

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

Shades of Putty #CDB377

Tints of Putty #CDB377

Color information

#CDB377 (or 0xCDB377) is unknown color: approx Putty. HEX triplet: CD, B3 and 77. RGB value is (205,179,119). Sum of RGB (Red+Green+Blue) = 205+179+119=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB377 is #324C88. Grayscale: #B4B4B4. Windows color (decimal): -3296393 or 7844813. OLE color: 7844813.

HSL color Cylindrical-coordinate representation of color #CDB377: hue angle of 41.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDB377 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB205179119-
CMYK00.130.420.20
HSL41.86º46.24%63.53%-
HSV(B)41.86º41.95%80.39%-
XYZ44.6346.5524.09-
YUV179.9393.61145.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.76%
GREEN value IS 179 (70.31% from 255) = 35.59%
BLUE value IS 119 (46.88% from 255) = 23.66%
R=40.76%
G=35.59%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517911900.130.420.2041.8646.2463.53
HexCDB3770D2A142a2e40
Octal31526316701552245256100
Binary1100110110110011111011101101101010101001010101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB377; }

 p { color: rgb(205,179,119); }

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

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

 a { background-color: rgb(205,179,119); }

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

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

 span { border-color: rgb(205,179,119); }

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