Html Css Color HEX #DB9924 Buttercup

📋 copy color: '#DB9924'

red 219 ◦ green 153 ◦ blue 36

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

Shades of Buttercup #DB9924

Tints of Buttercup #DB9924

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.5%

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

R = 53.68%
G = 37.5%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB9924 (or 0xDB9924) is known color: Buttercup. HEX triplet: DB, 99 and 24. RGB value is (219,153,36). Sum of RGB (Red+Green+Blue) = 219+153+36=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 36 (14.45% from 255 or 8.82% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9924 is #2466DB. Grayscale: #9F9F9F. Windows color (decimal): -2385628 or 2398683. OLE color: 2398683.

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

Color convert

RGB 219 153 36 -
CMYK 0 0.30 0.84 0.14
HSL 38.36º 0.72% 0.5% -
HSV(B) 38.36º 0.84% 0.86% -
XYZ 40.92 37.97 6.84 -
YUV 159.4 58.37 170.51 -
System Red Green Blue C M Y K H S L
Decimal 219 153 36 0 0.30 0.84 0.14 38.36 0.72 0.5
Hex DB 99 24 0 1E 54 E 26 48 32
Octal 333 231 44 0 36 124 16 46 110 62
Binary 11011011 10011001 100100 0 11110 1010100 1110 100110 1001000 110010

Color Harmonies of #DB9924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9924

Black with #DB9924

Text Example


Text Example

White with #DB9924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9924; }

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

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

background-color css

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

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

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

border-color css

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

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

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