Html Css Color HEX #DBA851 Rob Roy

📋 copy color: '#DBA851'

red 219 ◦ green 168 ◦ blue 81

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

Shades of Rob Roy #DBA851

Tints of Rob Roy #DBA851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.31%

R = 46.79%
G = 35.9%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DBA851 (or 0xDBA851) is known color: Rob Roy. HEX triplet: DB, A8 and 51. RGB value is (219,168,81). Sum of RGB (Red+Green+Blue) = 219+168+81=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 81 (32.03% from 255 or 17.31% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA851 is #2457AE. Grayscale: #ADADAD. Windows color (decimal): -2381743 or 5351643. OLE color: 5351643.

HSL color Cylindrical-coordinate representation of color #DBA851: hue angle of 37.83º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBA851 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 168 81 -
CMYK 0 0.23 0.63 0.14
HSL 37.83º 0.66% 0.59% -
HSV(B) 37.83º 0.63% 0.86% -
XYZ 44.7 43.66 13.86 -
YUV 173.33 75.9 160.57 -
System Red Green Blue C M Y K H S L
Decimal 219 168 81 0 0.23 0.63 0.14 37.83 0.66 0.59
Hex DB A8 51 0 17 3F E 26 42 3B
Octal 333 250 121 0 27 77 16 46 102 73
Binary 11011011 10101000 1010001 0 10111 111111 1110 100110 1000010 111011

Color Harmonies of #DBA851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA851

Black with #DBA851

Text Example


Text Example

White with #DBA851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA851; }

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

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

background-color css

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

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

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

border-color css

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

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

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