Html Css Color HEX #DBA855 Rob Roy

📋 copy color: '#DBA855'

red 219 ◦ green 168 ◦ blue 85

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

Shades of Rob Roy #DBA855

Tints of Rob Roy #DBA855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.01%

R = 46.4%
G = 35.59%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DBA855 (or 0xDBA855) is known color: Rob Roy. HEX triplet: DB, A8 and 55. RGB value is (219,168,85). Sum of RGB (Red+Green+Blue) = 219+168+85=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA855 is #2457AA. Grayscale: #AEAEAE. Windows color (decimal): -2381739 or 5613787. OLE color: 5613787.

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

Color convert

RGB 219 168 85 -
CMYK 0 0.23 0.61 0.14
HSL 37.16º 0.65% 0.6% -
HSV(B) 37.16º 0.61% 0.86% -
XYZ 44.86 43.72 14.67 -
YUV 173.79 77.9 160.25 -
System Red Green Blue C M Y K H S L
Decimal 219 168 85 0 0.23 0.61 0.14 37.16 0.65 0.6
Hex DB A8 55 0 17 3D E 25 41 3C
Octal 333 250 125 0 27 75 16 45 101 74
Binary 11011011 10101000 1010101 0 10111 111101 1110 100101 1000001 111100

Color Harmonies of #DBA855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA855

Black with #DBA855

Text Example


Text Example

White with #DBA855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA855; }

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

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

background-color css

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

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

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

border-color css

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

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

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