Html Css Color HEX #D88F31 Fuel Yellow

📋 copy color: '#D88F31'

red 216 ◦ green 143 ◦ blue 49

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

Shades of Fuel Yellow #D88F31

Tints of Fuel Yellow #D88F31

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.05%

 BLUE value IS 49 (19.53% from 255) = 12.01%

R = 52.94%
G = 35.05%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D88F31 (or 0xD88F31) is known color: Fuel Yellow. HEX triplet: D8, 8F and 31. RGB value is (216,143,49). Sum of RGB (Red+Green+Blue) = 216+143+49=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 49 (19.53% from 255 or 12.01% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88F31 is #2770CE. Grayscale: #9A9A9A. Windows color (decimal): -2584783 or 3248088. OLE color: 3248088.

HSL color Cylindrical-coordinate representation of color #D88F31: hue angle of 33.77º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D88F31 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 143 49 -
CMYK 0 0.34 0.77 0.15
HSL 33.77º 0.68% 0.52% -
HSV(B) 33.77º 0.77% 0.85% -
XYZ 38.7 34.47 7.52 -
YUV 154.11 68.68 172.14 -
System Red Green Blue C M Y K H S L
Decimal 216 143 49 0 0.34 0.77 0.15 33.77 0.68 0.52
Hex D8 8F 31 0 22 4D F 22 44 34
Octal 330 217 61 0 42 115 17 42 104 64
Binary 11011000 10001111 110001 0 100010 1001101 1111 100010 1000100 110100

Color Harmonies of #D88F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88F31

Black with #D88F31

Text Example


Text Example

White with #D88F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88F31; }

 p { color: rgb(216,143,49); }

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

background-color css

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

 a { background-color: rgb(216,143,49); }

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

border-color css

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

 span { border-color: rgb(216,143,49); }

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