#DAB152

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

Shades of Rob Roy #DAB152

Tints of Rob Roy #DAB152

Color information

#DAB152 (or 0xDAB152) is unknown color: approx Rob Roy. HEX triplet: DA, B1 and 52. RGB value is (218,177,82). Sum of RGB (Red+Green+Blue) = 218+177+82=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB152 is #254EAD. Grayscale: #B2B2B2. Windows color (decimal): -2444974 or 5419482. OLE color: 5419482.

HSL color Cylindrical-coordinate representation of color #DAB152: hue angle of 41.91º 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 #DAB152 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB21817782-
CMYK00.190.620.15
HSL41.91º64.76%58.82%-
HSV(B)41.91º62.39%85.49%-
XYZ46.1646.9614.61-
YUV178.4373.58156.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.70%
GREEN value IS 177 (69.53% from 255) = 37.11%
BLUE value IS 82 (32.42% from 255) = 17.19%
R=45.70%
G=37.11%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181778200.190.620.1541.9164.7658.82
HexDAB1520133EF2a413b
Octal33226112202376175210173
Binary1101101010110001101001001001111111011111010101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB152; }

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

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

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

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

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

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

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

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