Html Css Color HEX #D7982F Buttercup

📋 copy color: '#D7982F'

red 215 ◦ green 152 ◦ blue 47

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

Shades of Buttercup #D7982F

Tints of Buttercup #D7982F

RGB

 RED value IS 215 (84.38% from 255) = 51.93%

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

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

R = 51.93%
G = 36.71%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7982F (or 0xD7982F) is known color: Buttercup. HEX triplet: D7, 98 and 2F. RGB value is (215,152,47). Sum of RGB (Red+Green+Blue) = 215+152+47=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D7982F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7982F is #2867D0. Grayscale: #9F9F9F. Windows color (decimal): -2648017 or 3119319. OLE color: 3119319.

HSL color Cylindrical-coordinate representation of color #D7982F: hue angle of 37.5º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7982F is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 152 47 -
CMYK 0 0.29 0.78 0.16
HSL 37.5º 0.68% 0.51% -
HSV(B) 37.5º 0.78% 0.84% -
XYZ 39.77 37.11 7.76 -
YUV 158.87 64.87 168.04 -
System Red Green Blue C M Y K H S L
Decimal 215 152 47 0 0.29 0.78 0.16 37.5 0.68 0.51
Hex D7 98 2F 0 1D 4E 10 26 44 33
Octal 327 230 57 0 35 116 20 46 104 63
Binary 11010111 10011000 101111 0 11101 1001110 10000 100110 1000100 110011

Color Harmonies of #D7982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7982F

Black with #D7982F

Text Example


Text Example

White with #D7982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7982F; }

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

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

background-color css

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

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

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

border-color css

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

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

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