Html Css Color HEX #D88C2E Fuel Yellow

📋 copy color: '#D88C2E'

red 216 ◦ green 140 ◦ blue 46

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

Shades of Fuel Yellow #D88C2E

Tints of Fuel Yellow #D88C2E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.83%

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

R = 53.73%
G = 34.83%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D88C2E (or 0xD88C2E) is known color: Fuel Yellow. HEX triplet: D8, 8C and 2E. RGB value is (216,140,46). Sum of RGB (Red+Green+Blue) = 216+140+46=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88C2E is #2773D1. Grayscale: #989898. Windows color (decimal): -2585554 or 3050712. OLE color: 3050712.

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

Color convert

RGB 216 140 46 -
CMYK 0 0.35 0.79 0.15
HSL 33.18º 0.69% 0.51% -
HSV(B) 33.18º 0.79% 0.85% -
XYZ 38.19 33.55 7.05 -
YUV 152.01 68.18 173.64 -
System Red Green Blue C M Y K H S L
Decimal 216 140 46 0 0.35 0.79 0.15 33.18 0.69 0.51
Hex D8 8C 2E 0 23 4F F 21 45 33
Octal 330 214 56 0 43 117 17 41 105 63
Binary 11011000 10001100 101110 0 100011 1001111 1111 100001 1000101 110011

Color Harmonies of #D88C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88C2E

Black with #D88C2E

Text Example


Text Example

White with #D88C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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