Html Css Color HEX #DB861F Buttercup

📋 copy color: '#DB861F'

red 219 ◦ green 134 ◦ blue 31

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

Shades of Buttercup #DB861F

Tints of Buttercup #DB861F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.9%

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

R = 57.03%
G = 34.9%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB861F (or 0xDB861F) is known color: Buttercup. HEX triplet: DB, 86 and 1F. RGB value is (219,134,31). Sum of RGB (Red+Green+Blue) = 219+134+31=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB861F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB861F is #2479E0. Grayscale: #949494. Windows color (decimal): -2390497 or 2066139. OLE color: 2066139.

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

Color convert

RGB 219 134 31 -
CMYK 0 0.39 0.86 0.14
HSL 32.87º 0.75% 0.49% -
HSV(B) 32.87º 0.86% 0.86% -
XYZ 37.99 32.21 5.51 -
YUV 147.67 62.16 178.88 -
System Red Green Blue C M Y K H S L
Decimal 219 134 31 0 0.39 0.86 0.14 32.87 0.75 0.49
Hex DB 86 1F 0 27 56 E 21 4B 31
Octal 333 206 37 0 47 126 16 41 113 61
Binary 11011011 10000110 11111 0 100111 1010110 1110 100001 1001011 110001

Color Harmonies of #DB861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB861F

Black with #DB861F

Text Example


Text Example

White with #DB861F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB861F; }

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

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

background-color css

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

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

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

border-color css

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

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

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