Html Css Color HEX #DB9431 Buttercup

📋 copy color: '#DB9431'

red 219 ◦ green 148 ◦ blue 49

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

Shades of Buttercup #DB9431

Tints of Buttercup #DB9431

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.58%

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

R = 52.64%
G = 35.58%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB9431 (or 0xDB9431) is known color: Buttercup. HEX triplet: DB, 94 and 31. RGB value is (219,148,49). Sum of RGB (Red+Green+Blue) = 219+148+49=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 49 (19.53% from 255 or 11.78% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9431 is #246BCE. Grayscale: #9E9E9E. Windows color (decimal): -2386895 or 3249371. OLE color: 3249371.

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

Color convert

RGB 219 148 49 -
CMYK 0 0.32 0.78 0.14
HSL 34.94º 0.7% 0.53% -
HSV(B) 34.94º 0.78% 0.86% -
XYZ 40.36 36.46 7.82 -
YUV 157.94 66.52 171.55 -
System Red Green Blue C M Y K H S L
Decimal 219 148 49 0 0.32 0.78 0.14 34.94 0.7 0.53
Hex DB 94 31 0 20 4E E 23 46 35
Octal 333 224 61 0 40 116 16 43 106 65
Binary 11011011 10010100 110001 0 100000 1001110 1110 100011 1000110 110101

Color Harmonies of #DB9431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9431

Black with #DB9431

Text Example


Text Example

White with #DB9431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9431; }

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

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

background-color css

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

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

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

border-color css

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

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

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