Html Css Color HEX #D1953B Fuel Yellow

📋 copy color: '#D1953B'

red 209 ◦ green 149 ◦ blue 59

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

Shades of Fuel Yellow #D1953B

Tints of Fuel Yellow #D1953B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.15%

R = 50.12%
G = 35.73%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1953B (or 0xD1953B) is known color: Fuel Yellow. HEX triplet: D1, 95 and 3B. RGB value is (209,149,59). Sum of RGB (Red+Green+Blue) = 209+149+59=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 59 (23.44% from 255 or 14.15% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1953B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1953B is #2E6AC4. Grayscale: #9D9D9D. Windows color (decimal): -3041989 or 3904977. OLE color: 3904977.

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

Color convert

RGB 209 149 59 -
CMYK 0 0.29 0.72 0.18
HSL 36º 0.62% 0.53% -
HSV(B) 36º 0.72% 0.82% -
XYZ 37.83 35.37 8.97 -
YUV 156.68 72.88 165.32 -
System Red Green Blue C M Y K H S L
Decimal 209 149 59 0 0.29 0.72 0.18 36 0.62 0.53
Hex D1 95 3B 0 1D 48 12 24 3E 35
Octal 321 225 73 0 35 110 22 44 76 65
Binary 11010001 10010101 111011 0 11101 1001000 10010 100100 111110 110101

Color Harmonies of #D1953B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1953B

Black with #D1953B

Text Example


Text Example

White with #D1953B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1953B; }

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

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

background-color css

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

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

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

border-color css

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

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

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