Html Css Color HEX #D8851F Buttercup

📋 copy color: '#D8851F'

red 216 ◦ green 133 ◦ blue 31

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

Shades of Buttercup #D8851F

Tints of Buttercup #D8851F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35%

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

R = 56.84%
G = 35%
B = 8.16%

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

#D8851F (or 0xD8851F) is known color: Buttercup. HEX triplet: D8, 85 and 1F. RGB value is (216,133,31). Sum of RGB (Red+Green+Blue) = 216+133+31=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D8851F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8851F is #277AE0. Grayscale: #929292. Windows color (decimal): -2587361 or 2065880. OLE color: 2065880.

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

Color convert

RGB 216 133 31 -
CMYK 0 0.38 0.86 0.15
HSL 33.08º 0.75% 0.48% -
HSV(B) 33.08º 0.86% 0.85% -
XYZ 36.95 31.47 5.42 -
YUV 146.19 63 177.79 -
System Red Green Blue C M Y K H S L
Decimal 216 133 31 0 0.38 0.86 0.15 33.08 0.75 0.48
Hex D8 85 1F 0 26 56 F 21 4B 30
Octal 330 205 37 0 46 126 17 41 113 60
Binary 11011000 10000101 11111 0 100110 1010110 1111 100001 1001011 110000

Color Harmonies of #D8851F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8851F

Black with #D8851F

Text Example


Text Example

White with #D8851F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8851F; }

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

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

background-color css

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

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

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

border-color css

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

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

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