#DAB552

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

Shades of Rob Roy #DAB552

Tints of Rob Roy #DAB552

Color information

#DAB552 (or 0xDAB552) is unknown color: approx Rob Roy. HEX triplet: DA, B5 and 52. RGB value is (218,181,82). Sum of RGB (Red+Green+Blue) = 218+181+82=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB552 is #254AAD. Grayscale: #B5B5B5. Windows color (decimal): -2443950 or 5420506. OLE color: 5420506.

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

Color convert

RGB21818182-
CMYK00.170.620.15
HSL43.68º64.76%58.82%-
HSV(B)43.68º62.39%85.49%-
XYZ46.9648.5614.88-
YUV180.7872.26154.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.32%
GREEN value IS 181 (71.09% from 255) = 37.63%
BLUE value IS 82 (32.42% from 255) = 17.05%
R=45.32%
G=37.63%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181818200.170.620.1543.6864.7658.82
HexDAB5520113EF2c413b
Octal33226512202176175410173
Binary1101101010110101101001001000111111011111011001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB552; }

 p { color: rgb(218,181,82); }

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

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

 a { background-color: rgb(218,181,82); }

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

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

 span { border-color: rgb(218,181,82); }

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