Html Css Color HEX #DB891C Buttercup

📋 copy color: '#DB891C'

red 219 ◦ green 137 ◦ blue 28

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

Shades of Buttercup #DB891C

Tints of Buttercup #DB891C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.68%

 BLUE value IS 28 (11.33% from 255) = 7.29%

R = 57.03%
G = 35.68%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB891C (or 0xDB891C) is known color: Buttercup. HEX triplet: DB, 89 and 1C. RGB value is (219,137,28). Sum of RGB (Red+Green+Blue) = 219+137+28=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 28 (11.33% from 255 or 7.29% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB891C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB891C is #2476E3. Grayscale: #959595. Windows color (decimal): -2389732 or 1870299. OLE color: 1870299.

HSL color Cylindrical-coordinate representation of color #DB891C: hue angle of 34.24º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB891C is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 137 28 -
CMYK 0 0.37 0.87 0.14
HSL 34.24º 0.77% 0.48% -
HSV(B) 34.24º 0.87% 0.86% -
XYZ 38.37 33.04 5.45 -
YUV 149.09 59.67 177.86 -
System Red Green Blue C M Y K H S L
Decimal 219 137 28 0 0.37 0.87 0.14 34.24 0.77 0.48
Hex DB 89 1C 0 25 57 E 22 4D 30
Octal 333 211 34 0 45 127 16 42 115 60
Binary 11011011 10001001 11100 0 100101 1010111 1110 100010 1001101 110000

Color Harmonies of #DB891C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB891C

Black with #DB891C

Text Example


Text Example

White with #DB891C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB891C; }

 p { color: rgb(219,137,28); }

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

background-color css

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

 a { background-color: rgb(219,137,28); }

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

border-color css

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

 span { border-color: rgb(219,137,28); }

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