#D0BA74

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

Shades of Putty #D0BA74

Tints of Putty #D0BA74

Color information

#D0BA74 (or 0xD0BA74) is unknown color: approx Putty. HEX triplet: D0, BA and 74. RGB value is (208,186,116). Sum of RGB (Red+Green+Blue) = 208+186+116=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BA74 is #2F458B. Grayscale: #B8B8B8. Windows color (decimal): -3097996 or 7650000. OLE color: 7650000.

HSL color Cylindrical-coordinate representation of color #D0BA74: hue angle of 45.65º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0BA74 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB208186116-
CMYK00.110.440.18
HSL45.65º49.46%63.53%-
HSV(B)45.65º44.23%81.57%-
XYZ46.7249.7923.67-
YUV184.689.29144.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.78%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 116 (45.70% from 255) = 22.75%
R=40.78%
G=36.47%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818611600.110.440.1845.6549.4663.53
HexD0BA740B2C122e3140
Octal32027216401354225661100
Binary1101000010111010111010001011101100100101011101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BA74; }

 p { color: rgb(208,186,116); }

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

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

 a { background-color: rgb(208,186,116); }

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

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

 span { border-color: rgb(208,186,116); }

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