Html Css Color HEX #DBAD59 Rob Roy

📋 copy color: '#DBAD59'

red 219 ◦ green 173 ◦ blue 89

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

Shades of Rob Roy #DBAD59

Tints of Rob Roy #DBAD59

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.97%

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

R = 45.53%
G = 35.97%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DBAD59 (or 0xDBAD59) is known color: Rob Roy. HEX triplet: DB, AD and 59. RGB value is (219,173,89). Sum of RGB (Red+Green+Blue) = 219+173+89=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 89 (35.16% from 255 or 18.50% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD59 is #2452A6. Grayscale: #B1B1B1. Windows color (decimal): -2380455 or 5877211. OLE color: 5877211.

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

Color convert

RGB 219 173 89 -
CMYK 0 0.21 0.59 0.14
HSL 38.77º 0.64% 0.6% -
HSV(B) 38.77º 0.59% 0.86% -
XYZ 45.96 45.67 15.84 -
YUV 177.18 78.24 157.83 -
System Red Green Blue C M Y K H S L
Decimal 219 173 89 0 0.21 0.59 0.14 38.77 0.64 0.6
Hex DB AD 59 0 15 3B E 27 40 3C
Octal 333 255 131 0 25 73 16 47 100 74
Binary 11011011 10101101 1011001 0 10101 111011 1110 100111 1000000 111100

Color Harmonies of #DBAD59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD59

Black with #DBAD59

Text Example


Text Example

White with #DBAD59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD59; }

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

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

background-color css

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

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

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

border-color css

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

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

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