Html Css Color HEX #D7972F Buttercup

📋 copy color: '#D7972F'

red 215 ◦ green 151 ◦ blue 47

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

Shades of Buttercup #D7972F

Tints of Buttercup #D7972F

RGB

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

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

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

R = 52.06%
G = 36.56%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7972F (or 0xD7972F) is known color: Buttercup. HEX triplet: D7, 97 and 2F. RGB value is (215,151,47). Sum of RGB (Red+Green+Blue) = 215+151+47=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D7972F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7972F is #2868D0. Grayscale: #9E9E9E. Windows color (decimal): -2648273 or 3119063. OLE color: 3119063.

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

Color convert

RGB 215 151 47 -
CMYK 0 0.30 0.78 0.16
HSL 37.14º 0.68% 0.51% -
HSV(B) 37.14º 0.78% 0.84% -
XYZ 39.6 36.79 7.7 -
YUV 158.28 65.2 168.46 -
System Red Green Blue C M Y K H S L
Decimal 215 151 47 0 0.30 0.78 0.16 37.14 0.68 0.51
Hex D7 97 2F 0 1E 4E 10 25 44 33
Octal 327 227 57 0 36 116 20 45 104 63
Binary 11010111 10010111 101111 0 11110 1001110 10000 100101 1000100 110011

Color Harmonies of #D7972F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7972F

Black with #D7972F

Text Example


Text Example

White with #D7972F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7972F; }

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

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

background-color css

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

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

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

border-color css

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

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

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