Html Css Color HEX #DB891B Buttercup

📋 copy color: '#DB891B'

red 219 ◦ green 137 ◦ blue 27

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

Shades of Buttercup #DB891B

Tints of Buttercup #DB891B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.05%

R = 57.18%
G = 35.77%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB891B (or 0xDB891B) is known color: Buttercup. HEX triplet: DB, 89 and 1B. RGB value is (219,137,27). Sum of RGB (Red+Green+Blue) = 219+137+27=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 27 (10.94% from 255 or 7.05% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB891B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB891B is #2476E4. Grayscale: #959595. Windows color (decimal): -2389733 or 1804763. OLE color: 1804763.

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

Color convert

RGB 219 137 27 -
CMYK 0 0.37 0.88 0.14
HSL 34.38º 0.78% 0.48% -
HSV(B) 34.38º 0.88% 0.86% -
XYZ 38.36 33.03 5.39 -
YUV 148.98 59.17 177.94 -
System Red Green Blue C M Y K H S L
Decimal 219 137 27 0 0.37 0.88 0.14 34.38 0.78 0.48
Hex DB 89 1B 0 25 58 E 22 4E 30
Octal 333 211 33 0 45 130 16 42 116 60
Binary 11011011 10001001 11011 0 100101 1011000 1110 100010 1001110 110000

Color Harmonies of #DB891B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB891B

Black with #DB891B

Text Example


Text Example

White with #DB891B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB891B; }

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

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

background-color css

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

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

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

border-color css

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

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

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