Html Css Color HEX #D8961C Buttercup

📋 copy color: '#D8961C'

red 216 ◦ green 150 ◦ blue 28

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

Shades of Buttercup #D8961C

Tints of Buttercup #D8961C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.11%

R = 54.82%
G = 38.07%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D8961C (or 0xD8961C) is known color: Buttercup. HEX triplet: D8, 96 and 1C. RGB value is (216,150,28). Sum of RGB (Red+Green+Blue) = 216+150+28=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D8961C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8961C is #2769E3. Grayscale: #9C9C9C. Windows color (decimal): -2583012 or 1873624. OLE color: 1873624.

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

Color convert

RGB 216 150 28 -
CMYK 0 0.31 0.87 0.15
HSL 38.94º 0.77% 0.48% -
HSV(B) 38.94º 0.87% 0.85% -
XYZ 39.43 36.5 6.06 -
YUV 155.83 55.87 170.92 -
System Red Green Blue C M Y K H S L
Decimal 216 150 28 0 0.31 0.87 0.15 38.94 0.77 0.48
Hex D8 96 1C 0 1F 57 F 27 4D 30
Octal 330 226 34 0 37 127 17 47 115 60
Binary 11011000 10010110 11100 0 11111 1010111 1111 100111 1001101 110000

Color Harmonies of #D8961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8961C

Black with #D8961C

Text Example


Text Example

White with #D8961C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8961C; }

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

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

background-color css

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

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

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

border-color css

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

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

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