Html Css Color HEX #DB9030 Buttercup

📋 copy color: '#DB9030'

red 219 ◦ green 144 ◦ blue 48

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

Shades of Buttercup #DB9030

Tints of Buttercup #DB9030

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.04%

 BLUE value IS 48 (19.14% from 255) = 11.68%

R = 53.28%
G = 35.04%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB9030 (or 0xDB9030) is known color: Buttercup. HEX triplet: DB, 90 and 30. RGB value is (219,144,48). Sum of RGB (Red+Green+Blue) = 219+144+48=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9030 is #246FCF. Grayscale: #9B9B9B. Windows color (decimal): -2387920 or 3182811. OLE color: 3182811.

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

Color convert

RGB 219 144 48 -
CMYK 0 0.34 0.78 0.14
HSL 33.68º 0.7% 0.52% -
HSV(B) 33.68º 0.78% 0.86% -
XYZ 39.72 35.22 7.5 -
YUV 155.48 67.35 173.31 -
System Red Green Blue C M Y K H S L
Decimal 219 144 48 0 0.34 0.78 0.14 33.68 0.7 0.52
Hex DB 90 30 0 22 4E E 22 46 34
Octal 333 220 60 0 42 116 16 42 106 64
Binary 11011011 10010000 110000 0 100010 1001110 1110 100010 1000110 110100

Color Harmonies of #DB9030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9030

Black with #DB9030

Text Example


Text Example

White with #DB9030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9030; }

 p { color: rgb(219,144,48); }

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

background-color css

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

 a { background-color: rgb(219,144,48); }

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

border-color css

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

 span { border-color: rgb(219,144,48); }

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