Html Css Color HEX #D88A2E Fuel Yellow

📋 copy color: '#D88A2E'

red 216 ◦ green 138 ◦ blue 46

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

Shades of Fuel Yellow #D88A2E

Tints of Fuel Yellow #D88A2E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.5%

 BLUE value IS 46 (18.36% from 255) = 11.5%

R = 54%
G = 34.5%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D88A2E (or 0xD88A2E) is known color: Fuel Yellow. HEX triplet: D8, 8A and 2E. RGB value is (216,138,46). Sum of RGB (Red+Green+Blue) = 216+138+46=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88A2E is #2775D1. Grayscale: #979797. Windows color (decimal): -2586066 or 3050200. OLE color: 3050200.

HSL color Cylindrical-coordinate representation of color #D88A2E: hue angle of 32.47º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D88A2E is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 138 46 -
CMYK 0 0.36 0.79 0.15
HSL 32.47º 0.69% 0.51% -
HSV(B) 32.47º 0.79% 0.85% -
XYZ 37.9 32.97 6.95 -
YUV 150.83 68.84 174.48 -
System Red Green Blue C M Y K H S L
Decimal 216 138 46 0 0.36 0.79 0.15 32.47 0.69 0.51
Hex D8 8A 2E 0 24 4F F 20 45 33
Octal 330 212 56 0 44 117 17 40 105 63
Binary 11011000 10001010 101110 0 100100 1001111 1111 100000 1000101 110011

Color Harmonies of #D88A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88A2E

Black with #D88A2E

Text Example


Text Example

White with #D88A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88A2E; }

 p { color: rgb(216,138,46); }

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

background-color css

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

 a { background-color: rgb(216,138,46); }

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

border-color css

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

 span { border-color: rgb(216,138,46); }

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