Html Css Color HEX #DBAA49 Rob Roy

📋 copy color: '#DBAA49'

red 219 ◦ green 170 ◦ blue 73

#DBAA49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rob Roy #DBAA49

Tints of Rob Roy #DBAA49

RGB

 RED value IS 219 (85.94% from 255) = 47.4%

 GREEN value IS 170 (66.8% from 255) = 36.8%

 BLUE value IS 73 (28.91% from 255) = 15.8%

R = 47.4%
G = 36.8%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DBAA49 (or 0xDBAA49) is known color: Rob Roy. HEX triplet: DB, AA and 49. RGB value is (219,170,73). Sum of RGB (Red+Green+Blue) = 219+170+73=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA49 is #2455B6. Grayscale: #AEAEAE. Windows color (decimal): -2381239 or 4827867. OLE color: 4827867.

HSL color Cylindrical-coordinate representation of color #DBAA49: hue angle of 39.86º 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 #DBAA49 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 170 73 -
CMYK 0 0.22 0.67 0.14
HSL 39.86º 0.67% 0.57% -
HSV(B) 39.86º 0.67% 0.86% -
XYZ 44.79 44.29 12.49 -
YUV 173.59 71.23 160.39 -
System Red Green Blue C M Y K H S L
Decimal 219 170 73 0 0.22 0.67 0.14 39.86 0.67 0.57
Hex DB AA 49 0 16 43 E 28 43 39
Octal 333 252 111 0 26 103 16 50 103 71
Binary 11011011 10101010 1001001 0 10110 1000011 1110 101000 1000011 111001

Color Harmonies of #DBAA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA49

Black with #DBAA49

Text Example


Text Example

White with #DBAA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA49; }

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

 H1.HeaderClassName
 {
   color: #DBAA49;
 }
 .AnyTagClassName
 {
   color: #DBAA49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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