Html Css Color HEX #DBA857 Rob Roy

📋 copy color: '#DBA857'

red 219 ◦ green 168 ◦ blue 87

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

Shades of Rob Roy #DBA857

Tints of Rob Roy #DBA857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.35%

R = 46.2%
G = 35.44%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBA857 (or 0xDBA857) is known color: Rob Roy. HEX triplet: DB, A8 and 57. RGB value is (219,168,87). Sum of RGB (Red+Green+Blue) = 219+168+87=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 87 (34.38% from 255 or 18.35% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA857 is #2457A8. Grayscale: #AEAEAE. Windows color (decimal): -2381737 or 5744859. OLE color: 5744859.

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

Color convert

RGB 219 168 87 -
CMYK 0 0.23 0.60 0.14
HSL 36.82º 0.65% 0.6% -
HSV(B) 36.82º 0.6% 0.86% -
XYZ 44.94 43.75 15.09 -
YUV 174.02 78.9 160.09 -
System Red Green Blue C M Y K H S L
Decimal 219 168 87 0 0.23 0.60 0.14 36.82 0.65 0.6
Hex DB A8 57 0 17 3C E 25 41 3C
Octal 333 250 127 0 27 74 16 45 101 74
Binary 11011011 10101000 1010111 0 10111 111100 1110 100101 1000001 111100

Color Harmonies of #DBA857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA857

Black with #DBA857

Text Example


Text Example

White with #DBA857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA857; }

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

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

background-color css

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

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

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

border-color css

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

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

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