Html Css Color HEX #DB881C Buttercup

📋 copy color: '#DB881C'

red 219 ◦ green 136 ◦ blue 28

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

Shades of Buttercup #DB881C

Tints of Buttercup #DB881C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.51%

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

R = 57.18%
G = 35.51%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB881C (or 0xDB881C) is known color: Buttercup. HEX triplet: DB, 88 and 1C. RGB value is (219,136,28). Sum of RGB (Red+Green+Blue) = 219+136+28=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 28 (11.33% from 255 or 7.31% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB881C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB881C is #2477E3. Grayscale: #959595. Windows color (decimal): -2389988 or 1870043. OLE color: 1870043.

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

Color convert

RGB 219 136 28 -
CMYK 0 0.38 0.87 0.14
HSL 33.93º 0.77% 0.48% -
HSV(B) 33.93º 0.87% 0.86% -
XYZ 38.23 32.75 5.41 -
YUV 148.51 60 178.28 -
System Red Green Blue C M Y K H S L
Decimal 219 136 28 0 0.38 0.87 0.14 33.93 0.77 0.48
Hex DB 88 1C 0 26 57 E 22 4D 30
Octal 333 210 34 0 46 127 16 42 115 60
Binary 11011011 10001000 11100 0 100110 1010111 1110 100010 1001101 110000

Color Harmonies of #DB881C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB881C

Black with #DB881C

Text Example


Text Example

White with #DB881C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB881C; }

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

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

background-color css

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

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

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

border-color css

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

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

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