Html Css Color HEX #DBB854 Rob Roy

📋 copy color: '#DBB854'

red 219 ◦ green 184 ◦ blue 84

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

Shades of Rob Roy #DBB854

Tints of Rob Roy #DBB854

RGB

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

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

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

R = 44.97%
G = 37.78%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DBB854 (or 0xDBB854) is known color: Rob Roy. HEX triplet: DB, B8 and 54. RGB value is (219,184,84). Sum of RGB (Red+Green+Blue) = 219+184+84=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 84 (33.20% from 255 or 17.25% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB854 is #2447AB. Grayscale: #B7B7B7. Windows color (decimal): -2377644 or 5552347. OLE color: 5552347.

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

Color convert

RGB 219 184 84 -
CMYK 0 0.16 0.62 0.14
HSL 44.44º 0.65% 0.59% -
HSV(B) 44.44º 0.62% 0.86% -
XYZ 47.95 49.98 15.51 -
YUV 183.07 72.1 153.63 -
System Red Green Blue C M Y K H S L
Decimal 219 184 84 0 0.16 0.62 0.14 44.44 0.65 0.59
Hex DB B8 54 0 10 3E E 2C 41 3B
Octal 333 270 124 0 20 76 16 54 101 73
Binary 11011011 10111000 1010100 0 10000 111110 1110 101100 1000001 111011

Color Harmonies of #DBB854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB854

Black with #DBB854

Text Example


Text Example

White with #DBB854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB854; }

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

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

background-color css

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

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

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

border-color css

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

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

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