Html Css Color HEX #DB9122 Buttercup

📋 copy color: '#DB9122'

red 219 ◦ green 145 ◦ blue 34

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

Shades of Buttercup #DB9122

Tints of Buttercup #DB9122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.54%

R = 55.03%
G = 36.43%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB9122 (or 0xDB9122) is known color: Buttercup. HEX triplet: DB, 91 and 22. RGB value is (219,145,34). Sum of RGB (Red+Green+Blue) = 219+145+34=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 34 (13.67% from 255 or 8.54% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9122 is #246EDD. Grayscale: #9A9A9A. Windows color (decimal): -2387678 or 2265563. OLE color: 2265563.

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

Color convert

RGB 219 145 34 -
CMYK 0 0.34 0.84 0.14
HSL 36º 0.73% 0.5% -
HSV(B) 36º 0.84% 0.86% -
XYZ 39.63 35.43 6.26 -
YUV 154.47 60.02 174.03 -
System Red Green Blue C M Y K H S L
Decimal 219 145 34 0 0.34 0.84 0.14 36 0.73 0.5
Hex DB 91 22 0 22 54 E 24 49 32
Octal 333 221 42 0 42 124 16 44 111 62
Binary 11011011 10010001 100010 0 100010 1010100 1110 100100 1001001 110010

Color Harmonies of #DB9122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9122

Black with #DB9122

Text Example


Text Example

White with #DB9122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9122; }

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

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

background-color css

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

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

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

border-color css

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

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

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