Html Css Color HEX #D1983A Fuel Yellow

📋 copy color: '#D1983A'

red 209 ◦ green 152 ◦ blue 58

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

Shades of Fuel Yellow #D1983A

Tints of Fuel Yellow #D1983A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.28%

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

R = 49.88%
G = 36.28%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1983A (or 0xD1983A) is known color: Fuel Yellow. HEX triplet: D1, 98 and 3A. RGB value is (209,152,58). Sum of RGB (Red+Green+Blue) = 209+152+58=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1983A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1983A is #2E67C5. Grayscale: #9E9E9E. Windows color (decimal): -3041222 or 3840209. OLE color: 3840209.

HSL color Cylindrical-coordinate representation of color #D1983A: hue angle of 37.35º 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 #D1983A is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 152 58 -
CMYK 0 0.27 0.72 0.18
HSL 37.35º 0.62% 0.52% -
HSV(B) 37.35º 0.72% 0.82% -
XYZ 38.29 36.32 9 -
YUV 158.33 71.38 164.14 -
System Red Green Blue C M Y K H S L
Decimal 209 152 58 0 0.27 0.72 0.18 37.35 0.62 0.52
Hex D1 98 3A 0 1B 48 12 25 3E 34
Octal 321 230 72 0 33 110 22 45 76 64
Binary 11010001 10011000 111010 0 11011 1001000 10010 100101 111110 110100

Color Harmonies of #D1983A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1983A

Black with #D1983A

Text Example


Text Example

White with #D1983A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1983A; }

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

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

background-color css

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

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

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

border-color css

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

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

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