Html Css Color HEX #D4972E Buttercup

📋 copy color: '#D4972E'

red 212 ◦ green 151 ◦ blue 46

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

Shades of Buttercup #D4972E

Tints of Buttercup #D4972E

RGB

 RED value IS 212 (83.2% from 255) = 51.83%

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

 BLUE value IS 46 (18.36% from 255) = 11.25%

R = 51.83%
G = 36.92%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4972E (or 0xD4972E) is known color: Buttercup. HEX triplet: D4, 97 and 2E. RGB value is (212,151,46). Sum of RGB (Red+Green+Blue) = 212+151+46=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D4972E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4972E is #2B68D1. Grayscale: #9D9D9D. Windows color (decimal): -2844882 or 3053524. OLE color: 3053524.

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

Color convert

RGB 212 151 46 -
CMYK 0 0.29 0.78 0.17
HSL 37.95º 0.66% 0.51% -
HSV(B) 37.95º 0.78% 0.83% -
XYZ 38.71 36.33 7.56 -
YUV 157.27 65.21 167.04 -
System Red Green Blue C M Y K H S L
Decimal 212 151 46 0 0.29 0.78 0.17 37.95 0.66 0.51
Hex D4 97 2E 0 1D 4E 11 26 42 33
Octal 324 227 56 0 35 116 21 46 102 63
Binary 11010100 10010111 101110 0 11101 1001110 10001 100110 1000010 110011

Color Harmonies of #D4972E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4972E

Black with #D4972E

Text Example


Text Example

White with #D4972E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4972E; }

 p { color: rgb(212,151,46); }

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

background-color css

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

 a { background-color: rgb(212,151,46); }

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

border-color css

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

 span { border-color: rgb(212,151,46); }

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