Html Css Color HEX #DBA849 Rob Roy

📋 copy color: '#DBA849'

red 219 ◦ green 168 ◦ blue 73

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

Shades of Rob Roy #DBA849

Tints of Rob Roy #DBA849

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.52%

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

R = 47.61%
G = 36.52%
B = 15.87%

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

#DBA849 (or 0xDBA849) is known color: Rob Roy. HEX triplet: DB, A8 and 49. RGB value is (219,168,73). Sum of RGB (Red+Green+Blue) = 219+168+73=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA849 is #2457B6. Grayscale: #ACACAC. Windows color (decimal): -2381751 or 4827355. OLE color: 4827355.

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

Color convert

RGB 219 168 73 -
CMYK 0 0.23 0.67 0.14
HSL 39.04º 0.67% 0.57% -
HSV(B) 39.04º 0.67% 0.86% -
XYZ 44.42 43.55 12.37 -
YUV 172.42 71.9 161.22 -
System Red Green Blue C M Y K H S L
Decimal 219 168 73 0 0.23 0.67 0.14 39.04 0.67 0.57
Hex DB A8 49 0 17 43 E 27 43 39
Octal 333 250 111 0 27 103 16 47 103 71
Binary 11011011 10101000 1001001 0 10111 1000011 1110 100111 1000011 111001

Color Harmonies of #DBA849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA849

Black with #DBA849

Text Example


Text Example

White with #DBA849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA849; }

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

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

background-color css

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

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

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

border-color css

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

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

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