Html Css Color HEX #DBB549 Rob Roy

📋 copy color: '#DBB549'

red 219 ◦ green 181 ◦ blue 73

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

Shades of Rob Roy #DBB549

Tints of Rob Roy #DBB549

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.27%

 BLUE value IS 73 (28.91% from 255) = 15.43%

R = 46.3%
G = 38.27%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DBB549 (or 0xDBB549) is known color: Rob Roy. HEX triplet: DB, B5 and 49. RGB value is (219,181,73). Sum of RGB (Red+Green+Blue) = 219+181+73=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 73 (28.91% from 255 or 15.43% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB549 is #244AB6. Grayscale: #B4B4B4. Windows color (decimal): -2378423 or 4830683. OLE color: 4830683.

HSL color Cylindrical-coordinate representation of color #DBB549: hue angle of 44.38º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBB549 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 181 73 -
CMYK 0 0.17 0.67 0.14
HSL 44.38º 0.67% 0.57% -
HSV(B) 44.38º 0.67% 0.86% -
XYZ 46.94 48.59 13.21 -
YUV 180.05 67.59 155.78 -
System Red Green Blue C M Y K H S L
Decimal 219 181 73 0 0.17 0.67 0.14 44.38 0.67 0.57
Hex DB B5 49 0 11 43 E 2C 43 39
Octal 333 265 111 0 21 103 16 54 103 71
Binary 11011011 10110101 1001001 0 10001 1000011 1110 101100 1000011 111001

Color Harmonies of #DBB549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB549

Black with #DBB549

Text Example


Text Example

White with #DBB549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB549; }

 p { color: rgb(219,181,73); }

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

background-color css

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

 a { background-color: rgb(219,181,73); }

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

border-color css

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

 span { border-color: rgb(219,181,73); }

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