Html Css Color HEX #DBA650 Rob Roy

📋 copy color: '#DBA650'

red 219 ◦ green 166 ◦ blue 80

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

Shades of Rob Roy #DBA650

Tints of Rob Roy #DBA650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.2%

R = 47.1%
G = 35.7%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DBA650 (or 0xDBA650) is known color: Rob Roy. HEX triplet: DB, A6 and 50. RGB value is (219,166,80). Sum of RGB (Red+Green+Blue) = 219+166+80=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA650 is #2459AF. Grayscale: #ACACAC. Windows color (decimal): -2382256 or 5285595. OLE color: 5285595.

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

Color convert

RGB 219 166 80 -
CMYK 0 0.24 0.63 0.14
HSL 37.12º 0.66% 0.59% -
HSV(B) 37.12º 0.63% 0.86% -
XYZ 44.3 42.91 13.54 -
YUV 172.04 76.06 161.49 -
System Red Green Blue C M Y K H S L
Decimal 219 166 80 0 0.24 0.63 0.14 37.12 0.66 0.59
Hex DB A6 50 0 18 3F E 25 42 3B
Octal 333 246 120 0 30 77 16 45 102 73
Binary 11011011 10100110 1010000 0 11000 111111 1110 100101 1000010 111011

Color Harmonies of #DBA650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA650

Black with #DBA650

Text Example


Text Example

White with #DBA650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA650; }

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

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

background-color css

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

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

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

border-color css

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

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

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