Html Css Color HEX #DBA654 Rob Roy

📋 copy color: '#DBA654'

red 219 ◦ green 166 ◦ blue 84

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

Shades of Rob Roy #DBA654

Tints of Rob Roy #DBA654

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.39%

 BLUE value IS 84 (33.2% from 255) = 17.91%

R = 46.7%
G = 35.39%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DBA654 (or 0xDBA654) is known color: Rob Roy. HEX triplet: DB, A6 and 54. RGB value is (219,166,84). Sum of RGB (Red+Green+Blue) = 219+166+84=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 84 (33.20% from 255 or 17.91% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA654 is #2459AB. Grayscale: #ACACAC. Windows color (decimal): -2382252 or 5547739. OLE color: 5547739.

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

Color convert

RGB 219 166 84 -
CMYK 0 0.24 0.62 0.14
HSL 36.44º 0.65% 0.59% -
HSV(B) 36.44º 0.62% 0.86% -
XYZ 44.45 42.97 14.34 -
YUV 172.5 78.06 161.17 -
System Red Green Blue C M Y K H S L
Decimal 219 166 84 0 0.24 0.62 0.14 36.44 0.65 0.59
Hex DB A6 54 0 18 3E E 24 41 3B
Octal 333 246 124 0 30 76 16 44 101 73
Binary 11011011 10100110 1010100 0 11000 111110 1110 100100 1000001 111011

Color Harmonies of #DBA654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA654

Black with #DBA654

Text Example


Text Example

White with #DBA654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA654; }

 p { color: rgb(219,166,84); }

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

background-color css

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

 a { background-color: rgb(219,166,84); }

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

border-color css

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

 span { border-color: rgb(219,166,84); }

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