Html Css Color HEX #DB9224 Buttercup

📋 copy color: '#DB9224'

red 219 ◦ green 146 ◦ blue 36

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

Shades of Buttercup #DB9224

Tints of Buttercup #DB9224

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.41%

 BLUE value IS 36 (14.45% from 255) = 8.98%

R = 54.61%
G = 36.41%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB9224 (or 0xDB9224) is known color: Buttercup. HEX triplet: DB, 92 and 24. RGB value is (219,146,36). Sum of RGB (Red+Green+Blue) = 219+146+36=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 36 (14.45% from 255 or 8.98% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9224 is #246DDB. Grayscale: #9B9B9B. Windows color (decimal): -2387420 or 2396891. OLE color: 2396891.

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

Color convert

RGB 219 146 36 -
CMYK 0 0.33 0.84 0.14
HSL 36.07º 0.72% 0.5% -
HSV(B) 36.07º 0.84% 0.86% -
XYZ 39.81 35.75 6.47 -
YUV 155.29 60.68 173.44 -
System Red Green Blue C M Y K H S L
Decimal 219 146 36 0 0.33 0.84 0.14 36.07 0.72 0.5
Hex DB 92 24 0 21 54 E 24 48 32
Octal 333 222 44 0 41 124 16 44 110 62
Binary 11011011 10010010 100100 0 100001 1010100 1110 100100 1001000 110010

Color Harmonies of #DB9224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9224

Black with #DB9224

Text Example


Text Example

White with #DB9224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9224; }

 p { color: rgb(219,146,36); }

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

background-color css

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

 a { background-color: rgb(219,146,36); }

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

border-color css

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

 span { border-color: rgb(219,146,36); }

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