Html Css Color HEX #DBA949 Rob Roy

📋 copy color: '#DBA949'

red 219 ◦ green 169 ◦ blue 73

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

Shades of Rob Roy #DBA949

Tints of Rob Roy #DBA949

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.66%

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

R = 47.51%
G = 36.66%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DBA949 (or 0xDBA949) is known color: Rob Roy. HEX triplet: DB, A9 and 49. RGB value is (219,169,73). Sum of RGB (Red+Green+Blue) = 219+169+73=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA949 is #2456B6. Grayscale: #ADADAD. Windows color (decimal): -2381495 or 4827611. OLE color: 4827611.

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

Color convert

RGB 219 169 73 -
CMYK 0 0.23 0.67 0.14
HSL 39.45º 0.67% 0.57% -
HSV(B) 39.45º 0.67% 0.86% -
XYZ 44.6 43.92 12.43 -
YUV 173.01 71.57 160.81 -
System Red Green Blue C M Y K H S L
Decimal 219 169 73 0 0.23 0.67 0.14 39.45 0.67 0.57
Hex DB A9 49 0 17 43 E 27 43 39
Octal 333 251 111 0 27 103 16 47 103 71
Binary 11011011 10101001 1001001 0 10111 1000011 1110 100111 1000011 111001

Color Harmonies of #DBA949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA949

Black with #DBA949

Text Example


Text Example

White with #DBA949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA949; }

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

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

background-color css

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

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

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

border-color css

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

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

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