Html Css Color HEX #D88D31 Fuel Yellow

📋 copy color: '#D88D31'

red 216 ◦ green 141 ◦ blue 49

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

Shades of Fuel Yellow #D88D31

Tints of Fuel Yellow #D88D31

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.73%

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

R = 53.2%
G = 34.73%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D88D31 (or 0xD88D31) is known color: Fuel Yellow. HEX triplet: D8, 8D and 31. RGB value is (216,141,49). Sum of RGB (Red+Green+Blue) = 216+141+49=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 49 (19.53% from 255 or 12.07% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88D31 is #2772CE. Grayscale: #999999. Windows color (decimal): -2585295 or 3247576. OLE color: 3247576.

HSL color Cylindrical-coordinate representation of color #D88D31: hue angle of 33.05º 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 #D88D31 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 141 49 -
CMYK 0 0.35 0.77 0.15
HSL 33.05º 0.68% 0.52% -
HSV(B) 33.05º 0.77% 0.85% -
XYZ 38.4 33.87 7.42 -
YUV 152.94 69.35 172.98 -
System Red Green Blue C M Y K H S L
Decimal 216 141 49 0 0.35 0.77 0.15 33.05 0.68 0.52
Hex D8 8D 31 0 23 4D F 21 44 34
Octal 330 215 61 0 43 115 17 41 104 64
Binary 11011000 10001101 110001 0 100011 1001101 1111 100001 1000100 110100

Color Harmonies of #D88D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88D31

Black with #D88D31

Text Example


Text Example

White with #D88D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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