#CDB677

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

Shades of Putty #CDB677

Tints of Putty #CDB677

Color information

#CDB677 (or 0xCDB677) is unknown color: approx Putty. HEX triplet: CD, B6 and 77. RGB value is (205,182,119). Sum of RGB (Red+Green+Blue) = 205+182+119=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB677 is #324988. Grayscale: #B5B5B5. Windows color (decimal): -3295625 or 7845581. OLE color: 7845581.

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

Color convert

RGB205182119-
CMYK00.110.420.20
HSL43.95º46.24%63.53%-
HSV(B)43.95º41.95%80.39%-
XYZ45.2347.7724.29-
YUV181.792.62144.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.51%
GREEN value IS 182 (71.48% from 255) = 35.97%
BLUE value IS 119 (46.88% from 255) = 23.52%
R=40.51%
G=35.97%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518211900.110.420.2043.9546.2463.53
HexCDB6770B2A142c2e40
Octal31526616701352245456100
Binary1100110110110110111011101011101010101001011001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB677; }

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

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

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

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

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

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

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

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