Html Css Color HEX #DBB850 Rob Roy

📋 copy color: '#DBB850'

red 219 ◦ green 184 ◦ blue 80

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

Shades of Rob Roy #DBB850

Tints of Rob Roy #DBB850

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.1%

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

R = 45.34%
G = 38.1%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DBB850 (or 0xDBB850) is known color: Rob Roy. HEX triplet: DB, B8 and 50. RGB value is (219,184,80). Sum of RGB (Red+Green+Blue) = 219+184+80=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB850 is #2447AF. Grayscale: #B7B7B7. Windows color (decimal): -2377648 or 5290203. OLE color: 5290203.

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

Color convert

RGB 219 184 80 -
CMYK 0 0.16 0.63 0.14
HSL 44.89º 0.66% 0.59% -
HSV(B) 44.89º 0.63% 0.86% -
XYZ 47.8 49.92 14.71 -
YUV 182.61 70.1 153.96 -
System Red Green Blue C M Y K H S L
Decimal 219 184 80 0 0.16 0.63 0.14 44.89 0.66 0.59
Hex DB B8 50 0 10 3F E 2D 42 3B
Octal 333 270 120 0 20 77 16 55 102 73
Binary 11011011 10111000 1010000 0 10000 111111 1110 101101 1000010 111011

Color Harmonies of #DBB850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB850

Black with #DBB850

Text Example


Text Example

White with #DBB850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB850; }

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

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

background-color css

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

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

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

border-color css

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

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

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