Html Css Color HEX #D7982D Buttercup

📋 copy color: '#D7982D'

red 215 ◦ green 152 ◦ blue 45

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

Shades of Buttercup #D7982D

Tints of Buttercup #D7982D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.92%

R = 52.18%
G = 36.89%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7982D (or 0xD7982D) is known color: Buttercup. HEX triplet: D7, 98 and 2D. RGB value is (215,152,45). Sum of RGB (Red+Green+Blue) = 215+152+45=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D7982D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7982D is #2867D2. Grayscale: #9F9F9F. Windows color (decimal): -2648019 or 2988247. OLE color: 2988247.

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

Color convert

RGB 215 152 45 -
CMYK 0 0.29 0.79 0.16
HSL 37.76º 0.68% 0.51% -
HSV(B) 37.76º 0.79% 0.84% -
XYZ 39.73 37.09 7.55 -
YUV 158.64 63.87 168.2 -
System Red Green Blue C M Y K H S L
Decimal 215 152 45 0 0.29 0.79 0.16 37.76 0.68 0.51
Hex D7 98 2D 0 1D 4F 10 26 44 33
Octal 327 230 55 0 35 117 20 46 104 63
Binary 11010111 10011000 101101 0 11101 1001111 10000 100110 1000100 110011

Color Harmonies of #D7982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7982D

Black with #D7982D

Text Example


Text Example

White with #D7982D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7982D; }

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

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

background-color css

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

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

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

border-color css

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

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

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