Html Css Color HEX #D8982F Buttercup

📋 copy color: '#D8982F'

red 216 ◦ green 152 ◦ blue 47

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

Shades of Buttercup #D8982F

Tints of Buttercup #D8982F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.33%

R = 52.05%
G = 36.63%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8982F (or 0xD8982F) is known color: Buttercup. HEX triplet: D8, 98 and 2F. RGB value is (216,152,47). Sum of RGB (Red+Green+Blue) = 216+152+47=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D8982F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8982F is #2767D0. Grayscale: #9F9F9F. Windows color (decimal): -2582481 or 3119320. OLE color: 3119320.

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

Color convert

RGB 216 152 47 -
CMYK 0 0.30 0.78 0.15
HSL 37.28º 0.68% 0.52% -
HSV(B) 37.28º 0.78% 0.85% -
XYZ 40.06 37.26 7.77 -
YUV 159.17 64.7 168.54 -
System Red Green Blue C M Y K H S L
Decimal 216 152 47 0 0.30 0.78 0.15 37.28 0.68 0.52
Hex D8 98 2F 0 1E 4E F 25 44 34
Octal 330 230 57 0 36 116 17 45 104 64
Binary 11011000 10011000 101111 0 11110 1001110 1111 100101 1000100 110100

Color Harmonies of #D8982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8982F

Black with #D8982F

Text Example


Text Example

White with #D8982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8982F; }

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

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

background-color css

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

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

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

border-color css

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

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

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