Html Css Color HEX #D1963A Fuel Yellow

📋 copy color: '#D1963A'

red 209 ◦ green 150 ◦ blue 58

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

Shades of Fuel Yellow #D1963A

Tints of Fuel Yellow #D1963A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.91%

R = 50.12%
G = 35.97%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1963A (or 0xD1963A) is known color: Fuel Yellow. HEX triplet: D1, 96 and 3A. RGB value is (209,150,58). Sum of RGB (Red+Green+Blue) = 209+150+58=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1963A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1963A is #2E69C5. Grayscale: #9D9D9D. Windows color (decimal): -3041734 or 3839697. OLE color: 3839697.

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

Color convert

RGB 209 150 58 -
CMYK 0 0.28 0.72 0.18
HSL 36.56º 0.62% 0.52% -
HSV(B) 36.56º 0.72% 0.82% -
XYZ 37.96 35.67 8.89 -
YUV 157.15 72.05 164.98 -
System Red Green Blue C M Y K H S L
Decimal 209 150 58 0 0.28 0.72 0.18 36.56 0.62 0.52
Hex D1 96 3A 0 1C 48 12 25 3E 34
Octal 321 226 72 0 34 110 22 45 76 64
Binary 11010001 10010110 111010 0 11100 1001000 10010 100101 111110 110100

Color Harmonies of #D1963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1963A

Black with #D1963A

Text Example


Text Example

White with #D1963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1963A; }

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

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

background-color css

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

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

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

border-color css

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

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

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