#CDB970

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

Shades of Putty #CDB970

Tints of Putty #CDB970

Color information

#CDB970 (or 0xCDB970) is unknown color: approx Putty. HEX triplet: CD, B9 and 70. RGB value is (205,185,112). Sum of RGB (Red+Green+Blue) = 205+185+112=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB970 is #32468F. Grayscale: #B6B6B6. Windows color (decimal): -3294864 or 7387597. OLE color: 7387597.

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

Color convert

RGB205185112-
CMYK00.100.450.20
HSL47.1º48.19%62.16%-
HSV(B)47.1º45.37%80.39%-
XYZ45.4548.8522.36-
YUV182.6688.13143.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.84%
GREEN value IS 185 (72.66% from 255) = 36.85%
BLUE value IS 112 (44.14% from 255) = 22.31%
R=40.84%
G=36.85%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518511200.100.450.2047.148.1962.16
HexCDB9700A2D142f303e
Octal3152711600125524576076
Binary110011011011100111100000101010110110100101111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB970; }

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

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

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

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

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

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

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

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