Html Css Color HEX #DB9426 Buttercup

📋 copy color: '#DB9426'

red 219 ◦ green 148 ◦ blue 38

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

Shades of Buttercup #DB9426

Tints of Buttercup #DB9426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.38%

R = 54.07%
G = 36.54%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB9426 (or 0xDB9426) is known color: Buttercup. HEX triplet: DB, 94 and 26. RGB value is (219,148,38). Sum of RGB (Red+Green+Blue) = 219+148+38=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 38 (15.23% from 255 or 9.38% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9426 is #246BD9. Grayscale: #9D9D9D. Windows color (decimal): -2386906 or 2528475. OLE color: 2528475.

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

Color convert

RGB 219 148 38 -
CMYK 0 0.32 0.83 0.14
HSL 36.46º 0.72% 0.5% -
HSV(B) 36.46º 0.83% 0.86% -
XYZ 40.15 36.38 6.74 -
YUV 156.69 61.02 172.44 -
System Red Green Blue C M Y K H S L
Decimal 219 148 38 0 0.32 0.83 0.14 36.46 0.72 0.5
Hex DB 94 26 0 20 53 E 24 48 32
Octal 333 224 46 0 40 123 16 44 110 62
Binary 11011011 10010100 100110 0 100000 1010011 1110 100100 1001000 110010

Color Harmonies of #DB9426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9426

Black with #DB9426

Text Example


Text Example

White with #DB9426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9426; }

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

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

background-color css

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

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

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

border-color css

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

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

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