Html Css Color HEX #DBB650 Rob Roy

📋 copy color: '#DBB650'

red 219 ◦ green 182 ◦ blue 80

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

Shades of Rob Roy #DBB650

Tints of Rob Roy #DBB650

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.84%

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

R = 45.53%
G = 37.84%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DBB650 (or 0xDBB650) is known color: Rob Roy. HEX triplet: DB, B6 and 50. RGB value is (219,182,80). Sum of RGB (Red+Green+Blue) = 219+182+80=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB650 is #2449AF. Grayscale: #B5B5B5. Windows color (decimal): -2378160 or 5289691. OLE color: 5289691.

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

Color convert

RGB 219 182 80 -
CMYK 0 0.17 0.63 0.14
HSL 44.03º 0.66% 0.59% -
HSV(B) 44.03º 0.63% 0.86% -
XYZ 47.39 49.1 14.57 -
YUV 181.44 70.76 154.79 -
System Red Green Blue C M Y K H S L
Decimal 219 182 80 0 0.17 0.63 0.14 44.03 0.66 0.59
Hex DB B6 50 0 11 3F E 2C 42 3B
Octal 333 266 120 0 21 77 16 54 102 73
Binary 11011011 10110110 1010000 0 10001 111111 1110 101100 1000010 111011

Color Harmonies of #DBB650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB650

Black with #DBB650

Text Example


Text Example

White with #DBB650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB650; }

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

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

background-color css

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

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

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

border-color css

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

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

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