Html Css Color HEX #D8861B Buttercup

📋 copy color: '#D8861B'

red 216 ◦ green 134 ◦ blue 27

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

Shades of Buttercup #D8861B

Tints of Buttercup #D8861B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.16%

R = 57.29%
G = 35.54%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8861B (or 0xD8861B) is known color: Buttercup. HEX triplet: D8, 86 and 1B. RGB value is (216,134,27). Sum of RGB (Red+Green+Blue) = 216+134+27=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 27 (10.94% from 255 or 7.16% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D8861B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8861B is #2779E4. Grayscale: #929292. Windows color (decimal): -2587109 or 1803992. OLE color: 1803992.

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

Color convert

RGB 216 134 27 -
CMYK 0 0.38 0.88 0.15
HSL 33.97º 0.78% 0.48% -
HSV(B) 33.97º 0.88% 0.85% -
XYZ 37.04 31.73 5.21 -
YUV 146.32 60.67 177.7 -
System Red Green Blue C M Y K H S L
Decimal 216 134 27 0 0.38 0.88 0.15 33.97 0.78 0.48
Hex D8 86 1B 0 26 58 F 22 4E 30
Octal 330 206 33 0 46 130 17 42 116 60
Binary 11011000 10000110 11011 0 100110 1011000 1111 100010 1001110 110000

Color Harmonies of #D8861B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8861B

Black with #D8861B

Text Example


Text Example

White with #D8861B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8861B; }

 p { color: rgb(216,134,27); }

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

background-color css

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

 a { background-color: rgb(216,134,27); }

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

border-color css

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

 span { border-color: rgb(216,134,27); }

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