Html Css Color HEX #D3972C Buttercup

📋 copy color: '#D3972C'

red 211 ◦ green 151 ◦ blue 44

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

Shades of Buttercup #D3972C

Tints of Buttercup #D3972C

RGB

 RED value IS 211 (82.81% from 255) = 51.97%

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

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

R = 51.97%
G = 37.19%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D3972C (or 0xD3972C) is known color: Buttercup. HEX triplet: D3, 97 and 2C. RGB value is (211,151,44). Sum of RGB (Red+Green+Blue) = 211+151+44=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D3972C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3972C is #2C68D3. Grayscale: #9D9D9D. Windows color (decimal): -2910420 or 2922451. OLE color: 2922451.

HSL color Cylindrical-coordinate representation of color #D3972C: hue angle of 38.44º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D3972C is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 151 44 -
CMYK 0 0.28 0.79 0.17
HSL 38.44º 0.65% 0.5% -
HSV(B) 38.44º 0.79% 0.83% -
XYZ 38.39 36.16 7.34 -
YUV 156.74 64.38 166.7 -
System Red Green Blue C M Y K H S L
Decimal 211 151 44 0 0.28 0.79 0.17 38.44 0.65 0.5
Hex D3 97 2C 0 1C 4F 11 26 41 32
Octal 323 227 54 0 34 117 21 46 101 62
Binary 11010011 10010111 101100 0 11100 1001111 10001 100110 1000001 110010

Color Harmonies of #D3972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3972C

Black with #D3972C

Text Example


Text Example

White with #D3972C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3972C; }

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

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

background-color css

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

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

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

border-color css

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

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

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