Html Css Color HEX #D18C2F Fuel Yellow

📋 copy color: '#D18C2F'

red 209 ◦ green 140 ◦ blue 47

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

Shades of Fuel Yellow #D18C2F

Tints of Fuel Yellow #D18C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.87%

R = 52.78%
G = 35.35%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D18C2F (or 0xD18C2F) is known color: Fuel Yellow. HEX triplet: D1, 8C and 2F. RGB value is (209,140,47). Sum of RGB (Red+Green+Blue) = 209+140+47=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 47 (18.75% from 255 or 11.87% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18C2F is #2E73D0. Grayscale: #969696. Windows color (decimal): -3044305 or 3116241. OLE color: 3116241.

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

Color convert

RGB 209 140 47 -
CMYK 0 0.33 0.78 0.18
HSL 34.44º 0.64% 0.5% -
HSV(B) 34.44º 0.78% 0.82% -
XYZ 36.19 32.52 7.06 -
YUV 150.03 69.86 170.06 -
System Red Green Blue C M Y K H S L
Decimal 209 140 47 0 0.33 0.78 0.18 34.44 0.64 0.5
Hex D1 8C 2F 0 21 4E 12 22 40 32
Octal 321 214 57 0 41 116 22 42 100 62
Binary 11010001 10001100 101111 0 100001 1001110 10010 100010 1000000 110010

Color Harmonies of #D18C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18C2F

Black with #D18C2F

Text Example


Text Example

White with #D18C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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