Html Css Color HEX #D4971B Buttercup

📋 copy color: '#D4971B'

red 212 ◦ green 151 ◦ blue 27

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

Shades of Buttercup #D4971B

Tints of Buttercup #D4971B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.92%

R = 54.36%
G = 38.72%
B = 6.92%

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

#D4971B (or 0xD4971B) is known color: Buttercup. HEX triplet: D4, 97 and 1B. RGB value is (212,151,27). Sum of RGB (Red+Green+Blue) = 212+151+27=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 27 (10.94% from 255 or 6.92% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D4971B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4971B is #2B68E4. Grayscale: #9B9B9B. Windows color (decimal): -2844901 or 1808340. OLE color: 1808340.

HSL color Cylindrical-coordinate representation of color #D4971B: hue angle of 40.22º 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 #D4971B is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 151 27 -
CMYK 0 0.29 0.87 0.17
HSL 40.22º 0.77% 0.47% -
HSV(B) 40.22º 0.87% 0.83% -
XYZ 38.42 36.21 6 -
YUV 155.1 55.71 168.58 -
System Red Green Blue C M Y K H S L
Decimal 212 151 27 0 0.29 0.87 0.17 40.22 0.77 0.47
Hex D4 97 1B 0 1D 57 11 28 4D 2F
Octal 324 227 33 0 35 127 21 50 115 57
Binary 11010100 10010111 11011 0 11101 1010111 10001 101000 1001101 101111

Color Harmonies of #D4971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4971B

Black with #D4971B

Text Example


Text Example

White with #D4971B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4971B; }

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

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

background-color css

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

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

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

border-color css

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

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

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