Html Css Color HEX #D8961A Buttercup

📋 copy color: '#D8961A'

red 216 ◦ green 150 ◦ blue 26

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

Shades of Buttercup #D8961A

Tints of Buttercup #D8961A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.27%

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

R = 55.1%
G = 38.27%
B = 6.63%

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

#D8961A (or 0xD8961A) is known color: Buttercup. HEX triplet: D8, 96 and 1A. RGB value is (216,150,26). Sum of RGB (Red+Green+Blue) = 216+150+26=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 26 (10.55% from 255 or 6.63% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D8961A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8961A is #2769E5. Grayscale: #9C9C9C. Windows color (decimal): -2583014 or 1742552. OLE color: 1742552.

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

Color convert

RGB 216 150 26 -
CMYK 0 0.31 0.88 0.15
HSL 39.16º 0.79% 0.47% -
HSV(B) 39.16º 0.88% 0.85% -
XYZ 39.41 36.49 5.94 -
YUV 155.6 54.87 171.08 -
System Red Green Blue C M Y K H S L
Decimal 216 150 26 0 0.31 0.88 0.15 39.16 0.79 0.47
Hex D8 96 1A 0 1F 58 F 27 4F 2F
Octal 330 226 32 0 37 130 17 47 117 57
Binary 11011000 10010110 11010 0 11111 1011000 1111 100111 1001111 101111

Color Harmonies of #D8961A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8961A

Black with #D8961A

Text Example


Text Example

White with #D8961A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8961A; }

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

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

background-color css

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

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

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

border-color css

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

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

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