Html Css Color HEX #DBB851 Rob Roy

📋 copy color: '#DBB851'

red 219 ◦ green 184 ◦ blue 81

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

Shades of Rob Roy #DBB851

Tints of Rob Roy #DBB851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.74%

R = 45.25%
G = 38.02%
B = 16.74%

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

#DBB851 (or 0xDBB851) is known color: Rob Roy. HEX triplet: DB, B8 and 51. RGB value is (219,184,81). Sum of RGB (Red+Green+Blue) = 219+184+81=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 81 (32.03% from 255 or 16.74% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB851 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB851 is #2447AE. Grayscale: #B7B7B7. Windows color (decimal): -2377647 or 5355739. OLE color: 5355739.

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

Color convert

RGB 219 184 81 -
CMYK 0 0.16 0.63 0.14
HSL 44.78º 0.66% 0.59% -
HSV(B) 44.78º 0.63% 0.86% -
XYZ 47.84 49.94 14.9 -
YUV 182.72 70.6 153.88 -
System Red Green Blue C M Y K H S L
Decimal 219 184 81 0 0.16 0.63 0.14 44.78 0.66 0.59
Hex DB B8 51 0 10 3F E 2D 42 3B
Octal 333 270 121 0 20 77 16 55 102 73
Binary 11011011 10111000 1010001 0 10000 111111 1110 101101 1000010 111011

Color Harmonies of #DBB851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB851

Black with #DBB851

Text Example


Text Example

White with #DBB851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB851; }

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

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

background-color css

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

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

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

border-color css

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

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

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