Html Css Color HEX #D1983B Fuel Yellow

📋 copy color: '#D1983B'

red 209 ◦ green 152 ◦ blue 59

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

Shades of Fuel Yellow #D1983B

Tints of Fuel Yellow #D1983B

RGB

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

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

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

R = 49.76%
G = 36.19%
B = 14.05%

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

#D1983B (or 0xD1983B) is known color: Fuel Yellow. HEX triplet: D1, 98 and 3B. RGB value is (209,152,59). Sum of RGB (Red+Green+Blue) = 209+152+59=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 59 (23.44% from 255 or 14.05% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1983B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1983B is #2E67C4. Grayscale: #9E9E9E. Windows color (decimal): -3041221 or 3905745. OLE color: 3905745.

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

Color convert

RGB 209 152 59 -
CMYK 0 0.27 0.72 0.18
HSL 37.2º 0.62% 0.53% -
HSV(B) 37.2º 0.72% 0.82% -
XYZ 38.31 36.33 9.13 -
YUV 158.44 71.88 164.06 -
System Red Green Blue C M Y K H S L
Decimal 209 152 59 0 0.27 0.72 0.18 37.2 0.62 0.53
Hex D1 98 3B 0 1B 48 12 25 3E 35
Octal 321 230 73 0 33 110 22 45 76 65
Binary 11010001 10011000 111011 0 11011 1001000 10010 100101 111110 110101

Color Harmonies of #D1983B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1983B

Black with #D1983B

Text Example


Text Example

White with #D1983B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1983B; }

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

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

background-color css

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

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

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

border-color css

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

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

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