Html Css Color HEX #DBB449 Rob Roy

📋 copy color: '#DBB449'

red 219 ◦ green 180 ◦ blue 73

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

Shades of Rob Roy #DBB449

Tints of Rob Roy #DBB449

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.14%

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

R = 46.4%
G = 38.14%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DBB449 (or 0xDBB449) is known color: Rob Roy. HEX triplet: DB, B4 and 49. RGB value is (219,180,73). Sum of RGB (Red+Green+Blue) = 219+180+73=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB449 is #244BB6. Grayscale: #B3B3B3. Windows color (decimal): -2378679 or 4830427. OLE color: 4830427.

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

Color convert

RGB 219 180 73 -
CMYK 0 0.18 0.67 0.14
HSL 43.97º 0.67% 0.57% -
HSV(B) 43.97º 0.67% 0.86% -
XYZ 46.74 48.18 13.14 -
YUV 179.46 67.92 156.2 -
System Red Green Blue C M Y K H S L
Decimal 219 180 73 0 0.18 0.67 0.14 43.97 0.67 0.57
Hex DB B4 49 0 12 43 E 2C 43 39
Octal 333 264 111 0 22 103 16 54 103 71
Binary 11011011 10110100 1001001 0 10010 1000011 1110 101100 1000011 111001

Color Harmonies of #DBB449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB449

Black with #DBB449

Text Example


Text Example

White with #DBB449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB449; }

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

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

background-color css

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

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

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

border-color css

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

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

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