#DAB271

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

Shades of Putty #DAB271

Tints of Putty #DAB271

Color information

#DAB271 (or 0xDAB271) is unknown color: approx Putty. HEX triplet: DA, B2 and 71. RGB value is (218,178,113). Sum of RGB (Red+Green+Blue) = 218+178+113=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB271 is #254D8E. Grayscale: #B6B6B6. Windows color (decimal): -2444687 or 7451354. OLE color: 7451354.

HSL color Cylindrical-coordinate representation of color #DAB271: hue angle of 37.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAB271 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB218178113-
CMYK00.180.480.15
HSL37.14º58.66%64.9%-
HSV(B)37.14º48.17%85.49%-
XYZ47.8147.9422.36-
YUV182.5588.75153.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.83%
GREEN value IS 178 (69.92% from 255) = 34.97%
BLUE value IS 113 (44.53% from 255) = 22.20%
R=42.83%
G=34.97%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817811300.180.480.1537.1458.6664.9
HexDAB27101230F253b41
Octal33226216102260174573101
Binary1101101010110010111000101001011000011111001011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB271; }

 p { color: rgb(218,178,113); }

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

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

 a { background-color: rgb(218,178,113); }

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

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

 span { border-color: rgb(218,178,113); }

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