Html Css Color HEX #D8881A Buttercup

📋 copy color: '#D8881A'

red 216 ◦ green 136 ◦ blue 26

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

Shades of Buttercup #D8881A

Tints of Buttercup #D8881A

RGB

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

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

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

R = 57.14%
G = 35.98%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8881A (or 0xD8881A) is known color: Buttercup. HEX triplet: D8, 88 and 1A. RGB value is (216,136,26). Sum of RGB (Red+Green+Blue) = 216+136+26=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 26 (10.55% from 255 or 6.88% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D8881A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8881A is #2777E5. Grayscale: #939393. Windows color (decimal): -2586598 or 1738968. OLE color: 1738968.

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

Color convert

RGB 216 136 26 -
CMYK 0 0.37 0.88 0.15
HSL 34.74º 0.79% 0.47% -
HSV(B) 34.74º 0.88% 0.85% -
XYZ 37.31 32.28 5.24 -
YUV 147.38 59.5 176.94 -
System Red Green Blue C M Y K H S L
Decimal 216 136 26 0 0.37 0.88 0.15 34.74 0.79 0.47
Hex D8 88 1A 0 25 58 F 23 4F 2F
Octal 330 210 32 0 45 130 17 43 117 57
Binary 11011000 10001000 11010 0 100101 1011000 1111 100011 1001111 101111

Color Harmonies of #D8881A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8881A

Black with #D8881A

Text Example


Text Example

White with #D8881A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8881A; }

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

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

background-color css

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

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

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

border-color css

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

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

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