Html Css Color HEX #D4971F Buttercup

📋 copy color: '#D4971F'

red 212 ◦ green 151 ◦ blue 31

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

Shades of Buttercup #D4971F

Tints of Buttercup #D4971F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.87%

R = 53.81%
G = 38.32%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D4971F (or 0xD4971F) is known color: Buttercup. HEX triplet: D4, 97 and 1F. RGB value is (212,151,31). Sum of RGB (Red+Green+Blue) = 212+151+31=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 31 (12.5% from 255 or 7.87% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D4971F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4971F is #2B68E0. Grayscale: #9C9C9C. Windows color (decimal): -2844897 or 2070484. OLE color: 2070484.

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

Color convert

RGB 212 151 31 -
CMYK 0 0.29 0.85 0.17
HSL 39.78º 0.74% 0.48% -
HSV(B) 39.78º 0.85% 0.83% -
XYZ 38.47 36.23 6.26 -
YUV 155.56 57.71 168.26 -
System Red Green Blue C M Y K H S L
Decimal 212 151 31 0 0.29 0.85 0.17 39.78 0.74 0.48
Hex D4 97 1F 0 1D 55 11 28 4A 30
Octal 324 227 37 0 35 125 21 50 112 60
Binary 11010100 10010111 11111 0 11101 1010101 10001 101000 1001010 110000

Color Harmonies of #D4971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4971F

Black with #D4971F

Text Example


Text Example

White with #D4971F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4971F; }

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

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

background-color css

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

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

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

border-color css

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

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

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