Html Css Color HEX #D8972C Buttercup

📋 copy color: '#D8972C'

red 216 ◦ green 151 ◦ blue 44

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

Shades of Buttercup #D8972C

Tints of Buttercup #D8972C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.74%

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

R = 52.55%
G = 36.74%
B = 10.71%

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

#D8972C (or 0xD8972C) is known color: Buttercup. HEX triplet: D8, 97 and 2C. RGB value is (216,151,44). Sum of RGB (Red+Green+Blue) = 216+151+44=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8972C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8972C is #2768D3. Grayscale: #9E9E9E. Windows color (decimal): -2582740 or 2922456. OLE color: 2922456.

HSL color Cylindrical-coordinate representation of color #D8972C: hue angle of 37.33º 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 #D8972C is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 151 44 -
CMYK 0 0.30 0.80 0.15
HSL 37.33º 0.69% 0.51% -
HSV(B) 37.33º 0.8% 0.85% -
XYZ 39.84 36.91 7.41 -
YUV 158.24 63.53 169.2 -
System Red Green Blue C M Y K H S L
Decimal 216 151 44 0 0.30 0.80 0.15 37.33 0.69 0.51
Hex D8 97 2C 0 1E 50 F 25 45 33
Octal 330 227 54 0 36 120 17 45 105 63
Binary 11011000 10010111 101100 0 11110 1010000 1111 100101 1000101 110011

Color Harmonies of #D8972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8972C

Black with #D8972C

Text Example


Text Example

White with #D8972C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8972C; }

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

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

background-color css

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

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

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

border-color css

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

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

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