Html Css Color HEX #D1983D Fuel Yellow

📋 copy color: '#D1983D'

red 209 ◦ green 152 ◦ blue 61

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

Shades of Fuel Yellow #D1983D

Tints of Fuel Yellow #D1983D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.45%

R = 49.53%
G = 36.02%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1983D (or 0xD1983D) is known color: Fuel Yellow. HEX triplet: D1, 98 and 3D. RGB value is (209,152,61). Sum of RGB (Red+Green+Blue) = 209+152+61=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1983D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1983D is #2E67C2. Grayscale: #9F9F9F. Windows color (decimal): -3041219 or 4036817. OLE color: 4036817.

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

Color convert

RGB 209 152 61 -
CMYK 0 0.27 0.71 0.18
HSL 36.89º 0.62% 0.53% -
HSV(B) 36.89º 0.71% 0.82% -
XYZ 38.37 36.35 9.41 -
YUV 158.67 72.88 163.9 -
System Red Green Blue C M Y K H S L
Decimal 209 152 61 0 0.27 0.71 0.18 36.89 0.62 0.53
Hex D1 98 3D 0 1B 47 12 25 3E 35
Octal 321 230 75 0 33 107 22 45 76 65
Binary 11010001 10011000 111101 0 11011 1000111 10010 100101 111110 110101

Color Harmonies of #D1983D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1983D

Black with #D1983D

Text Example


Text Example

White with #D1983D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1983D; }

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

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

background-color css

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

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

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

border-color css

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

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

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