Html Css Color HEX #D3941F Buttercup

📋 copy color: '#D3941F'

red 211 ◦ green 148 ◦ blue 31

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

Shades of Buttercup #D3941F

Tints of Buttercup #D3941F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.95%

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

R = 54.1%
G = 37.95%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D3941F (or 0xD3941F) is known color: Buttercup. HEX triplet: D3, 94 and 1F. RGB value is (211,148,31). Sum of RGB (Red+Green+Blue) = 211+148+31=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 31 (12.5% from 255 or 7.95% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D3941F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3941F is #2C6BE0. Grayscale: #9A9A9A. Windows color (decimal): -2911201 or 2069715. OLE color: 2069715.

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

Color convert

RGB 211 148 31 -
CMYK 0 0.30 0.85 0.17
HSL 39º 0.74% 0.47% -
HSV(B) 39º 0.85% 0.83% -
XYZ 37.7 35.13 6.09 -
YUV 153.5 58.87 169.01 -
System Red Green Blue C M Y K H S L
Decimal 211 148 31 0 0.30 0.85 0.17 39 0.74 0.47
Hex D3 94 1F 0 1E 55 11 27 4A 2F
Octal 323 224 37 0 36 125 21 47 112 57
Binary 11010011 10010100 11111 0 11110 1010101 10001 100111 1001010 101111

Color Harmonies of #D3941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3941F

Black with #D3941F

Text Example


Text Example

White with #D3941F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3941F; }

 p { color: rgb(211,148,31); }

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

background-color css

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

 a { background-color: rgb(211,148,31); }

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

border-color css

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

 span { border-color: rgb(211,148,31); }

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