Html Css Color HEX #D8881F Buttercup

📋 copy color: '#D8881F'

red 216 ◦ green 136 ◦ blue 31

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

Shades of Buttercup #D8881F

Tints of Buttercup #D8881F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.51%

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

R = 56.4%
G = 35.51%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8881F (or 0xD8881F) is known color: Buttercup. HEX triplet: D8, 88 and 1F. RGB value is (216,136,31). Sum of RGB (Red+Green+Blue) = 216+136+31=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D8881F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8881F is #2777E0. Grayscale: #949494. Windows color (decimal): -2586593 or 2066648. OLE color: 2066648.

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

Color convert

RGB 216 136 31 -
CMYK 0 0.37 0.86 0.15
HSL 34.05º 0.75% 0.48% -
HSV(B) 34.05º 0.86% 0.85% -
XYZ 37.37 32.31 5.56 -
YUV 147.95 62 176.54 -
System Red Green Blue C M Y K H S L
Decimal 216 136 31 0 0.37 0.86 0.15 34.05 0.75 0.48
Hex D8 88 1F 0 25 56 F 22 4B 30
Octal 330 210 37 0 45 126 17 42 113 60
Binary 11011000 10001000 11111 0 100101 1010110 1111 100010 1001011 110000

Color Harmonies of #D8881F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8881F

Black with #D8881F

Text Example


Text Example

White with #D8881F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8881F; }

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

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

background-color css

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

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

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

border-color css

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

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

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