Html Css Color HEX #D8941A Buttercup

📋 copy color: '#D8941A'

red 216 ◦ green 148 ◦ blue 26

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

Shades of Buttercup #D8941A

Tints of Buttercup #D8941A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.95%

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

R = 55.38%
G = 37.95%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8941A (or 0xD8941A) is known color: Buttercup. HEX triplet: D8, 94 and 1A. RGB value is (216,148,26). Sum of RGB (Red+Green+Blue) = 216+148+26=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 26 (10.55% from 255 or 6.67% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D8941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8941A is #276BE5. Grayscale: #9A9A9A. Windows color (decimal): -2583526 or 1742040. OLE color: 1742040.

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

Color convert

RGB 216 148 26 -
CMYK 0 0.31 0.88 0.15
HSL 38.53º 0.79% 0.47% -
HSV(B) 38.53º 0.88% 0.85% -
XYZ 39.1 35.85 5.84 -
YUV 154.42 55.53 171.92 -
System Red Green Blue C M Y K H S L
Decimal 216 148 26 0 0.31 0.88 0.15 38.53 0.79 0.47
Hex D8 94 1A 0 1F 58 F 27 4F 2F
Octal 330 224 32 0 37 130 17 47 117 57
Binary 11011000 10010100 11010 0 11111 1011000 1111 100111 1001111 101111

Color Harmonies of #D8941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8941A

Black with #D8941A

Text Example


Text Example

White with #D8941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8941A; }

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

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

background-color css

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

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

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

border-color css

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

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

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