Html Css Color HEX #DB9329 Buttercup

📋 copy color: '#DB9329'

red 219 ◦ green 147 ◦ blue 41

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

Shades of Buttercup #DB9329

Tints of Buttercup #DB9329

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.12%

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

R = 53.81%
G = 36.12%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB9329 (or 0xDB9329) is known color: Buttercup. HEX triplet: DB, 93 and 29. RGB value is (219,147,41). Sum of RGB (Red+Green+Blue) = 219+147+41=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 41 (16.41% from 255 or 10.07% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9329 is #246CD6. Grayscale: #9C9C9C. Windows color (decimal): -2387159 or 2724827. OLE color: 2724827.

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

Color convert

RGB 219 147 41 -
CMYK 0 0.33 0.81 0.14
HSL 35.73º 0.71% 0.51% -
HSV(B) 35.73º 0.81% 0.86% -
XYZ 40.05 36.09 6.95 -
YUV 156.44 62.85 172.62 -
System Red Green Blue C M Y K H S L
Decimal 219 147 41 0 0.33 0.81 0.14 35.73 0.71 0.51
Hex DB 93 29 0 21 51 E 24 47 33
Octal 333 223 51 0 41 121 16 44 107 63
Binary 11011011 10010011 101001 0 100001 1010001 1110 100100 1000111 110011

Color Harmonies of #DB9329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9329

Black with #DB9329

Text Example


Text Example

White with #DB9329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9329; }

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

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

background-color css

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

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

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

border-color css

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

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

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