Html Css Color HEX #DB871F Buttercup

📋 copy color: '#DB871F'

red 219 ◦ green 135 ◦ blue 31

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

Shades of Buttercup #DB871F

Tints of Buttercup #DB871F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.06%

 BLUE value IS 31 (12.5% from 255) = 8.05%

R = 56.88%
G = 35.06%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB871F (or 0xDB871F) is known color: Buttercup. HEX triplet: DB, 87 and 1F. RGB value is (219,135,31). Sum of RGB (Red+Green+Blue) = 219+135+31=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB871F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB871F is #2478E0. Grayscale: #949494. Windows color (decimal): -2390241 or 2066395. OLE color: 2066395.

HSL color Cylindrical-coordinate representation of color #DB871F: hue angle of 33.19º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB871F is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 135 31 -
CMYK 0 0.38 0.86 0.14
HSL 33.19º 0.75% 0.49% -
HSV(B) 33.19º 0.86% 0.86% -
XYZ 38.12 32.49 5.56 -
YUV 148.26 61.83 178.46 -
System Red Green Blue C M Y K H S L
Decimal 219 135 31 0 0.38 0.86 0.14 33.19 0.75 0.49
Hex DB 87 1F 0 26 56 E 21 4B 31
Octal 333 207 37 0 46 126 16 41 113 61
Binary 11011011 10000111 11111 0 100110 1010110 1110 100001 1001011 110001

Color Harmonies of #DB871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB871F

Black with #DB871F

Text Example


Text Example

White with #DB871F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB871F; }

 p { color: rgb(219,135,31); }

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

background-color css

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

 a { background-color: rgb(219,135,31); }

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

border-color css

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

 span { border-color: rgb(219,135,31); }

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