Html Css Color HEX #D88B31 Fuel Yellow

📋 copy color: '#D88B31'

red 216 ◦ green 139 ◦ blue 49

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

Shades of Fuel Yellow #D88B31

Tints of Fuel Yellow #D88B31

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.41%

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

R = 53.47%
G = 34.41%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D88B31 (or 0xD88B31) is known color: Fuel Yellow. HEX triplet: D8, 8B and 31. RGB value is (216,139,49). Sum of RGB (Red+Green+Blue) = 216+139+49=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D88B31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88B31 is #2774CE. Grayscale: #989898. Windows color (decimal): -2585807 or 3247064. OLE color: 3247064.

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

Color convert

RGB 216 139 49 -
CMYK 0 0.36 0.77 0.15
HSL 32.34º 0.68% 0.52% -
HSV(B) 32.34º 0.77% 0.85% -
XYZ 38.11 33.29 7.32 -
YUV 151.76 70.01 173.82 -
System Red Green Blue C M Y K H S L
Decimal 216 139 49 0 0.36 0.77 0.15 32.34 0.68 0.52
Hex D8 8B 31 0 24 4D F 20 44 34
Octal 330 213 61 0 44 115 17 40 104 64
Binary 11011000 10001011 110001 0 100100 1001101 1111 100000 1000100 110100

Color Harmonies of #D88B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88B31

Black with #D88B31

Text Example


Text Example

White with #D88B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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