Html Css Color HEX #D8871F Buttercup

📋 copy color: '#D8871F'

red 216 ◦ green 135 ◦ blue 31

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

Shades of Buttercup #D8871F

Tints of Buttercup #D8871F

RGB

 RED value IS 216 (84.77% from 255) = 56.54%

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

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

R = 56.54%
G = 35.34%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8871F (or 0xD8871F) is known color: Buttercup. HEX triplet: D8, 87 and 1F. RGB value is (216,135,31). Sum of RGB (Red+Green+Blue) = 216+135+31=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 31 (12.5% from 255 or 8.12% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D8871F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8871F is #2778E0. Grayscale: #939393. Windows color (decimal): -2586849 or 2066392. OLE color: 2066392.

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

Color convert

RGB 216 135 31 -
CMYK 0 0.38 0.86 0.15
HSL 33.73º 0.75% 0.48% -
HSV(B) 33.73º 0.86% 0.85% -
XYZ 37.23 32.03 5.52 -
YUV 147.36 62.34 176.96 -
System Red Green Blue C M Y K H S L
Decimal 216 135 31 0 0.38 0.86 0.15 33.73 0.75 0.48
Hex D8 87 1F 0 26 56 F 22 4B 30
Octal 330 207 37 0 46 126 17 42 113 60
Binary 11011000 10000111 11111 0 100110 1010110 1111 100010 1001011 110000

Color Harmonies of #D8871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8871F

Black with #D8871F

Text Example


Text Example

White with #D8871F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8871F; }

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

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

background-color css

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

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

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

border-color css

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

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

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