Html Css Color HEX #D1963E Fuel Yellow

📋 copy color: '#D1963E'

red 209 ◦ green 150 ◦ blue 62

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

Shades of Fuel Yellow #D1963E

Tints of Fuel Yellow #D1963E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.63%

 BLUE value IS 62 (24.61% from 255) = 14.73%

R = 49.64%
G = 35.63%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D1963E (or 0xD1963E) is known color: Fuel Yellow. HEX triplet: D1, 96 and 3E. RGB value is (209,150,62). Sum of RGB (Red+Green+Blue) = 209+150+62=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 62 (24.61% from 255 or 14.73% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1963E is #2E69C1. Grayscale: #9E9E9E. Windows color (decimal): -3041730 or 4101841. OLE color: 4101841.

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

Color convert

RGB 209 150 62 -
CMYK 0 0.28 0.70 0.18
HSL 35.92º 0.62% 0.53% -
HSV(B) 35.92º 0.7% 0.82% -
XYZ 38.07 35.72 9.44 -
YUV 157.61 74.05 164.66 -
System Red Green Blue C M Y K H S L
Decimal 209 150 62 0 0.28 0.70 0.18 35.92 0.62 0.53
Hex D1 96 3E 0 1C 46 12 24 3E 35
Octal 321 226 76 0 34 106 22 44 76 65
Binary 11010001 10010110 111110 0 11100 1000110 10010 100100 111110 110101

Color Harmonies of #D1963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1963E

Black with #D1963E

Text Example


Text Example

White with #D1963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1963E; }

 p { color: rgb(209,150,62); }

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

background-color css

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

 a { background-color: rgb(209,150,62); }

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

border-color css

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

 span { border-color: rgb(209,150,62); }

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