Html Css Color HEX #DBB853 Rob Roy

📋 copy color: '#DBB853'

red 219 ◦ green 184 ◦ blue 83

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

Shades of Rob Roy #DBB853

Tints of Rob Roy #DBB853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.08%

R = 45.06%
G = 37.86%
B = 17.08%

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

#DBB853 (or 0xDBB853) is known color: Rob Roy. HEX triplet: DB, B8 and 53. RGB value is (219,184,83). Sum of RGB (Red+Green+Blue) = 219+184+83=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 83 (32.81% from 255 or 17.08% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB853 is #2447AC. Grayscale: #B7B7B7. Windows color (decimal): -2377645 or 5486811. OLE color: 5486811.

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

Color convert

RGB 219 184 83 -
CMYK 0 0.16 0.62 0.14
HSL 44.56º 0.65% 0.59% -
HSV(B) 44.56º 0.62% 0.86% -
XYZ 47.92 49.97 15.3 -
YUV 182.95 71.6 153.71 -
System Red Green Blue C M Y K H S L
Decimal 219 184 83 0 0.16 0.62 0.14 44.56 0.65 0.59
Hex DB B8 53 0 10 3E E 2D 41 3B
Octal 333 270 123 0 20 76 16 55 101 73
Binary 11011011 10111000 1010011 0 10000 111110 1110 101101 1000001 111011

Color Harmonies of #DBB853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB853

Black with #DBB853

Text Example


Text Example

White with #DBB853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB853; }

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

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

background-color css

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

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

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

border-color css

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

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

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