Html Css Color HEX #DB9129 Buttercup

📋 copy color: '#DB9129'

red 219 ◦ green 145 ◦ blue 41

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

Shades of Buttercup #DB9129

Tints of Buttercup #DB9129

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.8%

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

R = 54.07%
G = 35.8%
B = 10.12%

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

#DB9129 (or 0xDB9129) is known color: Buttercup. HEX triplet: DB, 91 and 29. RGB value is (219,145,41). Sum of RGB (Red+Green+Blue) = 219+145+41=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 41 (16.41% from 255 or 10.12% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9129 is #246ED6. Grayscale: #9B9B9B. Windows color (decimal): -2387671 or 2724315. OLE color: 2724315.

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

Color convert

RGB 219 145 41 -
CMYK 0 0.34 0.81 0.14
HSL 35.06º 0.71% 0.51% -
HSV(B) 35.06º 0.81% 0.86% -
XYZ 39.74 35.47 6.85 -
YUV 155.27 63.52 173.46 -
System Red Green Blue C M Y K H S L
Decimal 219 145 41 0 0.34 0.81 0.14 35.06 0.71 0.51
Hex DB 91 29 0 22 51 E 23 47 33
Octal 333 221 51 0 42 121 16 43 107 63
Binary 11011011 10010001 101001 0 100010 1010001 1110 100011 1000111 110011

Color Harmonies of #DB9129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9129

Black with #DB9129

Text Example


Text Example

White with #DB9129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9129; }

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

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

background-color css

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

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

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

border-color css

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

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

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