Html Css Color HEX #D18C28 Fuel Yellow

📋 copy color: '#D18C28'

red 209 ◦ green 140 ◦ blue 40

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

Shades of Fuel Yellow #D18C28

Tints of Fuel Yellow #D18C28

RGB

 RED value IS 209 (82.03% from 255) = 53.73%

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

 BLUE value IS 40 (16.02% from 255) = 10.28%

R = 53.73%
G = 35.99%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D18C28 (or 0xD18C28) is known color: Fuel Yellow. HEX triplet: D1, 8C and 28. RGB value is (209,140,40). Sum of RGB (Red+Green+Blue) = 209+140+40=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18C28 is #2E73D7. Grayscale: #959595. Windows color (decimal): -3044312 or 2657489. OLE color: 2657489.

HSL color Cylindrical-coordinate representation of color #D18C28: hue angle of 35.5º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D18C28 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 140 40 -
CMYK 0 0.33 0.81 0.18
HSL 35.5º 0.68% 0.49% -
HSV(B) 35.5º 0.81% 0.82% -
XYZ 36.06 32.46 6.37 -
YUV 149.23 66.36 170.63 -
System Red Green Blue C M Y K H S L
Decimal 209 140 40 0 0.33 0.81 0.18 35.5 0.68 0.49
Hex D1 8C 28 0 21 51 12 24 44 31
Octal 321 214 50 0 41 121 22 44 104 61
Binary 11010001 10001100 101000 0 100001 1010001 10010 100100 1000100 110001

Color Harmonies of #D18C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18C28

Black with #D18C28

Text Example


Text Example

White with #D18C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18C28; }

 p { color: rgb(209,140,40); }

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

background-color css

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

 a { background-color: rgb(209,140,40); }

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

border-color css

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

 span { border-color: rgb(209,140,40); }

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