Html Css Color HEX #D8913C Fuel Yellow

📋 copy color: '#D8913C'

red 216 ◦ green 145 ◦ blue 60

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

Shades of Fuel Yellow #D8913C

Tints of Fuel Yellow #D8913C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.44%

 BLUE value IS 60 (23.83% from 255) = 14.25%

R = 51.31%
G = 34.44%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8913C (or 0xD8913C) is known color: Fuel Yellow. HEX triplet: D8, 91 and 3C. RGB value is (216,145,60). Sum of RGB (Red+Green+Blue) = 216+145+60=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D8913C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8913C is #276EC3. Grayscale: #9C9C9C. Windows color (decimal): -2584260 or 3969496. OLE color: 3969496.

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

Color convert

RGB 216 145 60 -
CMYK 0 0.33 0.72 0.15
HSL 32.69º 0.67% 0.54% -
HSV(B) 32.69º 0.72% 0.85% -
XYZ 39.26 35.18 9 -
YUV 156.54 73.52 170.41 -
System Red Green Blue C M Y K H S L
Decimal 216 145 60 0 0.33 0.72 0.15 32.69 0.67 0.54
Hex D8 91 3C 0 21 48 F 21 43 36
Octal 330 221 74 0 41 110 17 41 103 66
Binary 11011000 10010001 111100 0 100001 1001000 1111 100001 1000011 110110

Color Harmonies of #D8913C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8913C

Black with #D8913C

Text Example


Text Example

White with #D8913C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8913C; }

 p { color: rgb(216,145,60); }

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

background-color css

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

 a { background-color: rgb(216,145,60); }

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

border-color css

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

 span { border-color: rgb(216,145,60); }

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