Html Css Color HEX #D88F32 Fuel Yellow

📋 copy color: '#D88F32'

red 216 ◦ green 143 ◦ blue 50

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

Shades of Fuel Yellow #D88F32

Tints of Fuel Yellow #D88F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.22%

R = 52.81%
G = 34.96%
B = 12.22%

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

#D88F32 (or 0xD88F32) is known color: Fuel Yellow. HEX triplet: D8, 8F and 32. RGB value is (216,143,50). Sum of RGB (Red+Green+Blue) = 216+143+50=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88F32 is #2770CD. Grayscale: #9A9A9A. Windows color (decimal): -2584782 or 3313624. OLE color: 3313624.

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

Color convert

RGB 216 143 50 -
CMYK 0 0.34 0.77 0.15
HSL 33.61º 0.68% 0.52% -
HSV(B) 33.61º 0.77% 0.85% -
XYZ 38.72 34.47 7.63 -
YUV 154.23 69.18 172.06 -
System Red Green Blue C M Y K H S L
Decimal 216 143 50 0 0.34 0.77 0.15 33.61 0.68 0.52
Hex D8 8F 32 0 22 4D F 22 44 34
Octal 330 217 62 0 42 115 17 42 104 64
Binary 11011000 10001111 110010 0 100010 1001101 1111 100010 1000100 110100

Color Harmonies of #D88F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88F32

Black with #D88F32

Text Example


Text Example

White with #D88F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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