Html Css Color HEX #DB9429 Buttercup

📋 copy color: '#DB9429'

red 219 ◦ green 148 ◦ blue 41

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

Shades of Buttercup #DB9429

Tints of Buttercup #DB9429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.05%

R = 53.68%
G = 36.27%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB9429 (or 0xDB9429) is known color: Buttercup. HEX triplet: DB, 94 and 29. RGB value is (219,148,41). Sum of RGB (Red+Green+Blue) = 219+148+41=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9429 is #246BD6. Grayscale: #9D9D9D. Windows color (decimal): -2386903 or 2725083. OLE color: 2725083.

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

Color convert

RGB 219 148 41 -
CMYK 0 0.32 0.81 0.14
HSL 36.07º 0.71% 0.51% -
HSV(B) 36.07º 0.81% 0.86% -
XYZ 40.2 36.4 7 -
YUV 157.03 62.52 172.2 -
System Red Green Blue C M Y K H S L
Decimal 219 148 41 0 0.32 0.81 0.14 36.07 0.71 0.51
Hex DB 94 29 0 20 51 E 24 47 33
Octal 333 224 51 0 40 121 16 44 107 63
Binary 11011011 10010100 101001 0 100000 1010001 1110 100100 1000111 110011

Color Harmonies of #DB9429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9429

Black with #DB9429

Text Example


Text Example

White with #DB9429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9429; }

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

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

background-color css

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

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

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

border-color css

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

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

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