Html Css Color HEX #DB9331 Buttercup

📋 copy color: '#DB9331'

red 219 ◦ green 147 ◦ blue 49

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

Shades of Buttercup #DB9331

Tints of Buttercup #DB9331

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.42%

 BLUE value IS 49 (19.53% from 255) = 11.81%

R = 52.77%
G = 35.42%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB9331 (or 0xDB9331) is known color: Buttercup. HEX triplet: DB, 93 and 31. RGB value is (219,147,49). Sum of RGB (Red+Green+Blue) = 219+147+49=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9331 is #246CCE. Grayscale: #9D9D9D. Windows color (decimal): -2387151 or 3249115. OLE color: 3249115.

HSL color Cylindrical-coordinate representation of color #DB9331: hue angle of 34.59º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB9331 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 147 49 -
CMYK 0 0.33 0.78 0.14
HSL 34.59º 0.7% 0.53% -
HSV(B) 34.59º 0.78% 0.86% -
XYZ 40.2 36.15 7.76 -
YUV 157.36 66.85 171.97 -
System Red Green Blue C M Y K H S L
Decimal 219 147 49 0 0.33 0.78 0.14 34.59 0.7 0.53
Hex DB 93 31 0 21 4E E 23 46 35
Octal 333 223 61 0 41 116 16 43 106 65
Binary 11011011 10010011 110001 0 100001 1001110 1110 100011 1000110 110101

Color Harmonies of #DB9331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9331

Black with #DB9331

Text Example


Text Example

White with #DB9331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9331; }

 p { color: rgb(219,147,49); }

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

background-color css

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

 a { background-color: rgb(219,147,49); }

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

border-color css

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

 span { border-color: rgb(219,147,49); }

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