Html Css Color HEX #D4971C Buttercup

📋 copy color: '#D4971C'

red 212 ◦ green 151 ◦ blue 28

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

Shades of Buttercup #D4971C

Tints of Buttercup #D4971C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.16%

R = 54.22%
G = 38.62%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D4971C (or 0xD4971C) is known color: Buttercup. HEX triplet: D4, 97 and 1C. RGB value is (212,151,28). Sum of RGB (Red+Green+Blue) = 212+151+28=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 28 (11.33% from 255 or 7.16% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D4971C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4971C is #2B68E3. Grayscale: #9B9B9B. Windows color (decimal): -2844900 or 1873876. OLE color: 1873876.

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

Color convert

RGB 212 151 28 -
CMYK 0 0.29 0.87 0.17
HSL 40.11º 0.77% 0.47% -
HSV(B) 40.11º 0.87% 0.83% -
XYZ 38.43 36.21 6.06 -
YUV 155.22 56.21 168.5 -
System Red Green Blue C M Y K H S L
Decimal 212 151 28 0 0.29 0.87 0.17 40.11 0.77 0.47
Hex D4 97 1C 0 1D 57 11 28 4D 2F
Octal 324 227 34 0 35 127 21 50 115 57
Binary 11010100 10010111 11100 0 11101 1010111 10001 101000 1001101 101111

Color Harmonies of #D4971C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4971C

Black with #D4971C

Text Example


Text Example

White with #D4971C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4971C; }

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

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

background-color css

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

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

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

border-color css

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

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

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