Html Css Color HEX #D4971A Buttercup

📋 copy color: '#D4971A'

red 212 ◦ green 151 ◦ blue 26

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

Shades of Buttercup #D4971A

Tints of Buttercup #D4971A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.68%

R = 54.5%
G = 38.82%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4971A (or 0xD4971A) is known color: Buttercup. HEX triplet: D4, 97 and 1A. RGB value is (212,151,26). Sum of RGB (Red+Green+Blue) = 212+151+26=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D4971A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4971A is #2B68E5. Grayscale: #9B9B9B. Windows color (decimal): -2844902 or 1742804. OLE color: 1742804.

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

Color convert

RGB 212 151 26 -
CMYK 0 0.29 0.88 0.17
HSL 40.32º 0.78% 0.47% -
HSV(B) 40.32º 0.88% 0.83% -
XYZ 38.4 36.2 5.94 -
YUV 154.99 55.21 168.66 -
System Red Green Blue C M Y K H S L
Decimal 212 151 26 0 0.29 0.88 0.17 40.32 0.78 0.47
Hex D4 97 1A 0 1D 58 11 28 4E 2F
Octal 324 227 32 0 35 130 21 50 116 57
Binary 11010100 10010111 11010 0 11101 1011000 10001 101000 1001110 101111

Color Harmonies of #D4971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4971A

Black with #D4971A

Text Example


Text Example

White with #D4971A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4971A; }

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

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

background-color css

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

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

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

border-color css

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

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

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