Html Css Color HEX #D8861D Buttercup

📋 copy color: '#D8861D'

red 216 ◦ green 134 ◦ blue 29

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

Shades of Buttercup #D8861D

Tints of Buttercup #D8861D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.65%

R = 56.99%
G = 35.36%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D8861D (or 0xD8861D) is known color: Buttercup. HEX triplet: D8, 86 and 1D. RGB value is (216,134,29). Sum of RGB (Red+Green+Blue) = 216+134+29=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8861D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8861D is #2779E2. Grayscale: #939393. Windows color (decimal): -2587107 or 1935064. OLE color: 1935064.

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

Color convert

RGB 216 134 29 -
CMYK 0 0.38 0.87 0.15
HSL 33.69º 0.76% 0.48% -
HSV(B) 33.69º 0.87% 0.85% -
XYZ 37.07 31.74 5.33 -
YUV 146.55 61.67 177.54 -
System Red Green Blue C M Y K H S L
Decimal 216 134 29 0 0.38 0.87 0.15 33.69 0.76 0.48
Hex D8 86 1D 0 26 57 F 22 4C 30
Octal 330 206 35 0 46 127 17 42 114 60
Binary 11011000 10000110 11101 0 100110 1010111 1111 100010 1001100 110000

Color Harmonies of #D8861D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8861D

Black with #D8861D

Text Example


Text Example

White with #D8861D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8861D; }

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

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

background-color css

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

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

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

border-color css

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

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

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