Html Css Color HEX #D8861A Buttercup

📋 copy color: '#D8861A'

red 216 ◦ green 134 ◦ blue 26

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

Shades of Buttercup #D8861A

Tints of Buttercup #D8861A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.91%

R = 57.45%
G = 35.64%
B = 6.91%

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

#D8861A (or 0xD8861A) is known color: Buttercup. HEX triplet: D8, 86 and 1A. RGB value is (216,134,26). Sum of RGB (Red+Green+Blue) = 216+134+26=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D8861A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8861A is #2779E5. Grayscale: #929292. Windows color (decimal): -2587110 or 1738456. OLE color: 1738456.

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

Color convert

RGB 216 134 26 -
CMYK 0 0.38 0.88 0.15
HSL 34.11º 0.79% 0.47% -
HSV(B) 34.11º 0.88% 0.85% -
XYZ 37.03 31.72 5.15 -
YUV 146.21 60.17 177.78 -
System Red Green Blue C M Y K H S L
Decimal 216 134 26 0 0.38 0.88 0.15 34.11 0.79 0.47
Hex D8 86 1A 0 26 58 F 22 4F 2F
Octal 330 206 32 0 46 130 17 42 117 57
Binary 11011000 10000110 11010 0 100110 1011000 1111 100010 1001111 101111

Color Harmonies of #D8861A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8861A

Black with #D8861A

Text Example


Text Example

White with #D8861A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8861A; }

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

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

background-color css

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

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

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

border-color css

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

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

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