Html Css Color HEX #DB9029 Buttercup

📋 copy color: '#DB9029'

red 219 ◦ green 144 ◦ blue 41

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

Shades of Buttercup #DB9029

Tints of Buttercup #DB9029

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.64%

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

R = 54.21%
G = 35.64%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB9029 (or 0xDB9029) is known color: Buttercup. HEX triplet: DB, 90 and 29. RGB value is (219,144,41). Sum of RGB (Red+Green+Blue) = 219+144+41=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9029 is #246FD6. Grayscale: #9B9B9B. Windows color (decimal): -2387927 or 2724059. OLE color: 2724059.

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

Color convert

RGB 219 144 41 -
CMYK 0 0.34 0.81 0.14
HSL 34.72º 0.71% 0.51% -
HSV(B) 34.72º 0.81% 0.86% -
XYZ 39.59 35.17 6.8 -
YUV 154.68 63.85 173.88 -
System Red Green Blue C M Y K H S L
Decimal 219 144 41 0 0.34 0.81 0.14 34.72 0.71 0.51
Hex DB 90 29 0 22 51 E 23 47 33
Octal 333 220 51 0 42 121 16 43 107 63
Binary 11011011 10010000 101001 0 100010 1010001 1110 100011 1000111 110011

Color Harmonies of #DB9029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9029

Black with #DB9029

Text Example


Text Example

White with #DB9029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9029; }

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

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

background-color css

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

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

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

border-color css

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

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

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