Html Css Color HEX #DBA959 Rob Roy

📋 copy color: '#DBA959'

red 219 ◦ green 169 ◦ blue 89

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

Shades of Rob Roy #DBA959

Tints of Rob Roy #DBA959

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.43%

 BLUE value IS 89 (35.16% from 255) = 18.66%

R = 45.91%
G = 35.43%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DBA959 (or 0xDBA959) is known color: Rob Roy. HEX triplet: DB, A9 and 59. RGB value is (219,169,89). Sum of RGB (Red+Green+Blue) = 219+169+89=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 89 (35.16% from 255 or 18.66% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA959 is #2456A6. Grayscale: #AFAFAF. Windows color (decimal): -2381479 or 5876187. OLE color: 5876187.

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

Color convert

RGB 219 169 89 -
CMYK 0 0.23 0.59 0.14
HSL 36.92º 0.64% 0.6% -
HSV(B) 36.92º 0.59% 0.86% -
XYZ 45.2 44.16 15.59 -
YUV 174.83 79.57 159.5 -
System Red Green Blue C M Y K H S L
Decimal 219 169 89 0 0.23 0.59 0.14 36.92 0.64 0.6
Hex DB A9 59 0 17 3B E 25 40 3C
Octal 333 251 131 0 27 73 16 45 100 74
Binary 11011011 10101001 1011001 0 10111 111011 1110 100101 1000000 111100

Color Harmonies of #DBA959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA959

Black with #DBA959

Text Example


Text Example

White with #DBA959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA959; }

 p { color: rgb(219,169,89); }

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

background-color css

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

 a { background-color: rgb(219,169,89); }

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

border-color css

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

 span { border-color: rgb(219,169,89); }

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