Html Css Color HEX #DBA749 Rob Roy

📋 copy color: '#DBA749'

red 219 ◦ green 167 ◦ blue 73

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

Shades of Rob Roy #DBA749

Tints of Rob Roy #DBA749

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.38%

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

R = 47.71%
G = 36.38%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DBA749 (or 0xDBA749) is known color: Rob Roy. HEX triplet: DB, A7 and 49. RGB value is (219,167,73). Sum of RGB (Red+Green+Blue) = 219+167+73=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA749 is #2458B6. Grayscale: #ACACAC. Windows color (decimal): -2382007 or 4827099. OLE color: 4827099.

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

Color convert

RGB 219 167 73 -
CMYK 0 0.24 0.67 0.14
HSL 38.63º 0.67% 0.57% -
HSV(B) 38.63º 0.67% 0.86% -
XYZ 44.23 43.18 12.31 -
YUV 171.83 72.23 161.64 -
System Red Green Blue C M Y K H S L
Decimal 219 167 73 0 0.24 0.67 0.14 38.63 0.67 0.57
Hex DB A7 49 0 18 43 E 27 43 39
Octal 333 247 111 0 30 103 16 47 103 71
Binary 11011011 10100111 1001001 0 11000 1000011 1110 100111 1000011 111001

Color Harmonies of #DBA749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA749

Black with #DBA749

Text Example


Text Example

White with #DBA749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA749; }

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

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

background-color css

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

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

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

border-color css

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

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

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