Html Css Color HEX #DBB149 Rob Roy

📋 copy color: '#DBB149'

red 219 ◦ green 177 ◦ blue 73

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

Shades of Rob Roy #DBB149

Tints of Rob Roy #DBB149

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.74%

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

R = 46.7%
G = 37.74%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DBB149 (or 0xDBB149) is known color: Rob Roy. HEX triplet: DB, B1 and 49. RGB value is (219,177,73). Sum of RGB (Red+Green+Blue) = 219+177+73=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 73 (28.91% from 255 or 15.57% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB149 is #244EB6. Grayscale: #B2B2B2. Windows color (decimal): -2379447 or 4829659. OLE color: 4829659.

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

Color convert

RGB 219 177 73 -
CMYK 0 0.19 0.67 0.14
HSL 42.74º 0.67% 0.57% -
HSV(B) 42.74º 0.67% 0.86% -
XYZ 46.14 46.99 12.94 -
YUV 177.7 68.91 157.46 -
System Red Green Blue C M Y K H S L
Decimal 219 177 73 0 0.19 0.67 0.14 42.74 0.67 0.57
Hex DB B1 49 0 13 43 E 2B 43 39
Octal 333 261 111 0 23 103 16 53 103 71
Binary 11011011 10110001 1001001 0 10011 1000011 1110 101011 1000011 111001

Color Harmonies of #DBB149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB149

Black with #DBB149

Text Example


Text Example

White with #DBB149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB149; }

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

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

background-color css

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

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

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

border-color css

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

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

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