Html Css Color HEX #D8982C Buttercup

📋 copy color: '#D8982C'

red 216 ◦ green 152 ◦ blue 44

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

Shades of Buttercup #D8982C

Tints of Buttercup #D8982C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.68%

R = 52.43%
G = 36.89%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8982C (or 0xD8982C) is known color: Buttercup. HEX triplet: D8, 98 and 2C. RGB value is (216,152,44). Sum of RGB (Red+Green+Blue) = 216+152+44=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 44 (17.58% from 255 or 10.68% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D8982C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8982C is #2767D3. Grayscale: #9F9F9F. Windows color (decimal): -2582484 or 2922712. OLE color: 2922712.

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

Color convert

RGB 216 152 44 -
CMYK 0 0.30 0.80 0.15
HSL 37.67º 0.69% 0.51% -
HSV(B) 37.67º 0.8% 0.85% -
XYZ 40 37.24 7.46 -
YUV 158.82 63.2 168.78 -
System Red Green Blue C M Y K H S L
Decimal 216 152 44 0 0.30 0.80 0.15 37.67 0.69 0.51
Hex D8 98 2C 0 1E 50 F 26 45 33
Octal 330 230 54 0 36 120 17 46 105 63
Binary 11011000 10011000 101100 0 11110 1010000 1111 100110 1000101 110011

Color Harmonies of #D8982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8982C

Black with #D8982C

Text Example


Text Example

White with #D8982C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8982C; }

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

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

background-color css

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

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

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

border-color css

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

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

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