#D88F34

Color #D88F34 Fuel Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuel Yellow #D88F34

Tints of Fuel Yellow #D88F34

Color information

#D88F34 (or 0xD88F34) is unknown color: approx Fuel Yellow. HEX triplet: D8, 8F and 34. RGB value is (216,143,52). Sum of RGB (Red+Green+Blue) = 216+143+52=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 52 (20.70% from 255 or 12.65% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88F34 is #2770CB. Grayscale: #9A9A9A. Windows color (decimal): -2584780 or 3444696. OLE color: 3444696.

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

Color convert

RGB21614352-
CMYK00.340.760.15
HSL33.29º67.77%52.55%-
HSV(B)33.29º75.93%84.71%-
XYZ38.7634.497.86-
YUV154.4570.18171.9-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.55%
GREEN value IS 143 (56.25% from 255) = 34.79%
BLUE value IS 52 (20.70% from 255) = 12.65%
R=52.55%
G=34.79%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161435200.340.760.1533.2967.7752.55
HexD88F340224CF214435
Octal33021764042114174110465
Binary11011000100011111101000100010100110011111000011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88F34; }

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

 H1.HeaderClassName
 {
   color: #D88F34;
 }
 .AnyTagClassName
 {
   color: #D88F34;
 }
</style>
background-color css

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

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

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

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

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

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