Html Css Color HEX #DBA559 Rob Roy

📋 copy color: '#DBA559'

red 219 ◦ green 165 ◦ blue 89

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

Shades of Rob Roy #DBA559

Tints of Rob Roy #DBA559

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.88%

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

R = 46.3%
G = 34.88%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DBA559 (or 0xDBA559) is known color: Rob Roy. HEX triplet: DB, A5 and 59. RGB value is (219,165,89). Sum of RGB (Red+Green+Blue) = 219+165+89=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA559 is #245AA6. Grayscale: #ACACAC. Windows color (decimal): -2382503 or 5875163. OLE color: 5875163.

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

Color convert

RGB 219 165 89 -
CMYK 0 0.25 0.59 0.14
HSL 35.08º 0.64% 0.6% -
HSV(B) 35.08º 0.59% 0.86% -
XYZ 44.47 42.69 15.35 -
YUV 172.48 80.89 161.18 -
System Red Green Blue C M Y K H S L
Decimal 219 165 89 0 0.25 0.59 0.14 35.08 0.64 0.6
Hex DB A5 59 0 19 3B E 23 40 3C
Octal 333 245 131 0 31 73 16 43 100 74
Binary 11011011 10100101 1011001 0 11001 111011 1110 100011 1000000 111100

Color Harmonies of #DBA559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA559

Black with #DBA559

Text Example


Text Example

White with #DBA559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA559; }

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

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

background-color css

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

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

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

border-color css

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

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

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