Html Css Color HEX #D8953A Fuel Yellow

📋 copy color: '#D8953A'

red 216 ◦ green 149 ◦ blue 58

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

Shades of Fuel Yellow #D8953A

Tints of Fuel Yellow #D8953A

RGB

 RED value IS 216 (84.77% from 255) = 51.06%

 GREEN value IS 149 (58.59% from 255) = 35.22%

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

R = 51.06%
G = 35.22%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8953A (or 0xD8953A) is known color: Fuel Yellow. HEX triplet: D8, 95 and 3A. RGB value is (216,149,58). Sum of RGB (Red+Green+Blue) = 216+149+58=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D8953A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8953A is #276AC5. Grayscale: #9F9F9F. Windows color (decimal): -2583238 or 3839448. OLE color: 3839448.

HSL color Cylindrical-coordinate representation of color #D8953A: hue angle of 34.56º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8953A is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 149 58 -
CMYK 0 0.31 0.73 0.15
HSL 34.56º 0.67% 0.54% -
HSV(B) 34.56º 0.73% 0.85% -
XYZ 39.83 36.4 8.93 -
YUV 158.66 71.2 168.9 -
System Red Green Blue C M Y K H S L
Decimal 216 149 58 0 0.31 0.73 0.15 34.56 0.67 0.54
Hex D8 95 3A 0 1F 49 F 23 43 36
Octal 330 225 72 0 37 111 17 43 103 66
Binary 11011000 10010101 111010 0 11111 1001001 1111 100011 1000011 110110

Color Harmonies of #D8953A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8953A

Black with #D8953A

Text Example


Text Example

White with #D8953A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8953A; }

 p { color: rgb(216,149,58); }

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

background-color css

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

 a { background-color: rgb(216,149,58); }

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

border-color css

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

 span { border-color: rgb(216,149,58); }

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