Html Css Color HEX #D8972A Buttercup

📋 copy color: '#D8972A'

red 216 ◦ green 151 ◦ blue 42

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

Shades of Buttercup #D8972A

Tints of Buttercup #D8972A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.27%

R = 52.81%
G = 36.92%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8972A (or 0xD8972A) is known color: Buttercup. HEX triplet: D8, 97 and 2A. RGB value is (216,151,42). Sum of RGB (Red+Green+Blue) = 216+151+42=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D8972A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8972A is #2768D5. Grayscale: #9E9E9E. Windows color (decimal): -2582742 or 2791384. OLE color: 2791384.

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

Color convert

RGB 216 151 42 -
CMYK 0 0.30 0.81 0.15
HSL 37.59º 0.69% 0.51% -
HSV(B) 37.59º 0.81% 0.85% -
XYZ 39.8 36.9 7.21 -
YUV 158.01 62.53 169.36 -
System Red Green Blue C M Y K H S L
Decimal 216 151 42 0 0.30 0.81 0.15 37.59 0.69 0.51
Hex D8 97 2A 0 1E 51 F 26 45 33
Octal 330 227 52 0 36 121 17 46 105 63
Binary 11011000 10010111 101010 0 11110 1010001 1111 100110 1000101 110011

Color Harmonies of #D8972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8972A

Black with #D8972A

Text Example


Text Example

White with #D8972A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8972A; }

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

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

background-color css

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

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

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

border-color css

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

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

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