Html Css Color HEX #D1952F Fuel Yellow

📋 copy color: '#D1952F'

red 209 ◦ green 149 ◦ blue 47

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

Shades of Fuel Yellow #D1952F

Tints of Fuel Yellow #D1952F

RGB

 RED value IS 209 (82.03% from 255) = 51.6%

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

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

R = 51.6%
G = 36.79%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1952F (or 0xD1952F) is known color: Fuel Yellow. HEX triplet: D1, 95 and 2F. RGB value is (209,149,47). Sum of RGB (Red+Green+Blue) = 209+149+47=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D1952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1952F is #2E6AD0. Grayscale: #9B9B9B. Windows color (decimal): -3042001 or 3118545. OLE color: 3118545.

HSL color Cylindrical-coordinate representation of color #D1952F: hue angle of 37.78º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1952F is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 149 47 -
CMYK 0 0.29 0.78 0.18
HSL 37.78º 0.64% 0.5% -
HSV(B) 37.78º 0.78% 0.82% -
XYZ 37.56 35.26 7.51 -
YUV 155.31 66.88 166.29 -
System Red Green Blue C M Y K H S L
Decimal 209 149 47 0 0.29 0.78 0.18 37.78 0.64 0.5
Hex D1 95 2F 0 1D 4E 12 26 40 32
Octal 321 225 57 0 35 116 22 46 100 62
Binary 11010001 10010101 101111 0 11101 1001110 10010 100110 1000000 110010

Color Harmonies of #D1952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1952F

Black with #D1952F

Text Example


Text Example

White with #D1952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1952F; }

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

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

background-color css

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

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

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

border-color css

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

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

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