#CDB770

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

Shades of Putty #CDB770

Tints of Putty #CDB770

Color information

#CDB770 (or 0xCDB770) is unknown color: approx Putty. HEX triplet: CD, B7 and 70. RGB value is (205,183,112). Sum of RGB (Red+Green+Blue) = 205+183+112=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB770 is #32488F. Grayscale: #B5B5B5. Windows color (decimal): -3295376 or 7387085. OLE color: 7387085.

HSL color Cylindrical-coordinate representation of color #CDB770: hue angle of 45.81º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDB770 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB205183112-
CMYK00.110.450.20
HSL45.81º48.19%62.16%-
HSV(B)45.81º45.37%80.39%-
XYZ45.0348.0222.22-
YUV181.4888.79144.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41%
GREEN value IS 183 (71.88% from 255) = 36.6%
BLUE value IS 112 (44.14% from 255) = 22.4%
R=41%
G=36.6%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518311200.110.450.2045.8148.1962.16
HexCDB7700B2D142e303e
Octal3152671600135524566076
Binary110011011011011111100000101110110110100101110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB770; }

 p { color: rgb(205,183,112); }

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

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

 a { background-color: rgb(205,183,112); }

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

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

 span { border-color: rgb(205,183,112); }

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