Html Css Color HEX #D8982E Buttercup

📋 copy color: '#D8982E'

red 216 ◦ green 152 ◦ blue 46

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

Shades of Buttercup #D8982E

Tints of Buttercup #D8982E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.71%

 BLUE value IS 46 (18.36% from 255) = 11.11%

R = 52.17%
G = 36.71%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8982E (or 0xD8982E) is known color: Buttercup. HEX triplet: D8, 98 and 2E. RGB value is (216,152,46). Sum of RGB (Red+Green+Blue) = 216+152+46=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D8982E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8982E is #2767D1. Grayscale: #9F9F9F. Windows color (decimal): -2582482 or 3053784. OLE color: 3053784.

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

Color convert

RGB 216 152 46 -
CMYK 0 0.30 0.79 0.15
HSL 37.41º 0.69% 0.51% -
HSV(B) 37.41º 0.79% 0.85% -
XYZ 40.04 37.25 7.66 -
YUV 159.05 64.2 168.62 -
System Red Green Blue C M Y K H S L
Decimal 216 152 46 0 0.30 0.79 0.15 37.41 0.69 0.51
Hex D8 98 2E 0 1E 4F F 25 45 33
Octal 330 230 56 0 36 117 17 45 105 63
Binary 11011000 10011000 101110 0 11110 1001111 1111 100101 1000101 110011

Color Harmonies of #D8982E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8982E

Black with #D8982E

Text Example


Text Example

White with #D8982E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8982E; }

 p { color: rgb(216,152,46); }

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

background-color css

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

 a { background-color: rgb(216,152,46); }

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

border-color css

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

 span { border-color: rgb(216,152,46); }

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