Html Css Color HEX #D3952F Fuel Yellow

📋 copy color: '#D3952F'

red 211 ◦ green 149 ◦ blue 47

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

Shades of Fuel Yellow #D3952F

Tints of Fuel Yellow #D3952F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.61%

 BLUE value IS 47 (18.75% from 255) = 11.55%

R = 51.84%
G = 36.61%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D3952F (or 0xD3952F) is known color: Fuel Yellow. HEX triplet: D3, 95 and 2F. RGB value is (211,149,47). Sum of RGB (Red+Green+Blue) = 211+149+47=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 47 (18.75% from 255 or 11.55% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D3952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3952F is #2C6AD0. Grayscale: #9C9C9C. Windows color (decimal): -2910929 or 3118547. OLE color: 3118547.

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

Color convert

RGB 211 149 47 -
CMYK 0 0.29 0.78 0.17
HSL 37.32º 0.65% 0.51% -
HSV(B) 37.32º 0.78% 0.83% -
XYZ 38.12 35.55 7.54 -
YUV 155.91 66.54 167.29 -
System Red Green Blue C M Y K H S L
Decimal 211 149 47 0 0.29 0.78 0.17 37.32 0.65 0.51
Hex D3 95 2F 0 1D 4E 11 25 41 33
Octal 323 225 57 0 35 116 21 45 101 63
Binary 11010011 10010101 101111 0 11101 1001110 10001 100101 1000001 110011

Color Harmonies of #D3952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3952F

Black with #D3952F

Text Example


Text Example

White with #D3952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3952F; }

 p { color: rgb(211,149,47); }

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

background-color css

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

 a { background-color: rgb(211,149,47); }

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

border-color css

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

 span { border-color: rgb(211,149,47); }

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