Html Css Color HEX #DBB856 Rob Roy

📋 copy color: '#DBB856'

red 219 ◦ green 184 ◦ blue 86

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

Shades of Rob Roy #DBB856

Tints of Rob Roy #DBB856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.59%

R = 44.79%
G = 37.63%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DBB856 (or 0xDBB856) is known color: Rob Roy. HEX triplet: DB, B8 and 56. RGB value is (219,184,86). Sum of RGB (Red+Green+Blue) = 219+184+86=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 86 (33.98% from 255 or 17.59% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB856 is #2447A9. Grayscale: #B7B7B7. Windows color (decimal): -2377642 or 5683419. OLE color: 5683419.

HSL color Cylindrical-coordinate representation of color #DBB856: hue angle of 44.21º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBB856 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 184 86 -
CMYK 0 0.16 0.61 0.14
HSL 44.21º 0.65% 0.6% -
HSV(B) 44.21º 0.61% 0.86% -
XYZ 48.03 50.01 15.93 -
YUV 183.29 73.1 153.47 -
System Red Green Blue C M Y K H S L
Decimal 219 184 86 0 0.16 0.61 0.14 44.21 0.65 0.6
Hex DB B8 56 0 10 3D E 2C 41 3C
Octal 333 270 126 0 20 75 16 54 101 74
Binary 11011011 10111000 1010110 0 10000 111101 1110 101100 1000001 111100

Color Harmonies of #DBB856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB856

Black with #DBB856

Text Example


Text Example

White with #DBB856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB856; }

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

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

background-color css

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

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

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

border-color css

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

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

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