#DBB149

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

Shades of Rob Roy #DBB149

Tints of Rob Roy #DBB149

Color information

#DBB149 (or 0xDBB149) is unknown color: approx Rob Roy. HEX triplet: DB, B1 and 49. RGB value is (219,177,73). Sum of RGB (Red+Green+Blue) = 219+177+73=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 73 (28.91% from 255 or 15.57% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB149 is #244EB6. Grayscale: #B2B2B2. Windows color (decimal): -2379447 or 4829659. OLE color: 4829659.

HSL color Cylindrical-coordinate representation of color #DBB149: hue angle of 42.74º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBB149 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB21917773-
CMYK00.190.670.14
HSL42.74º66.97%57.25%-
HSV(B)42.74º66.67%85.88%-
XYZ46.1446.9912.94-
YUV177.768.91157.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.70%
GREEN value IS 177 (69.53% from 255) = 37.74%
BLUE value IS 73 (28.91% from 255) = 15.57%
R=46.70%
G=37.74%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191777300.190.670.1442.7466.9757.25
HexDBB14901343E2b4339
Octal333261111023103165310371
Binary11011011101100011001001010011100001111101010111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB149; }

 p { color: rgb(219,177,73); }

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

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

 a { background-color: rgb(219,177,73); }

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

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

 span { border-color: rgb(219,177,73); }

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