Html Css Color HEX #D18A34 Fuel Yellow

📋 copy color: '#D18A34'

red 209 ◦ green 138 ◦ blue 52

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

Shades of Fuel Yellow #D18A34

Tints of Fuel Yellow #D18A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.03%

R = 52.38%
G = 34.59%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D18A34 (or 0xD18A34) is known color: Fuel Yellow. HEX triplet: D1, 8A and 34. RGB value is (209,138,52). Sum of RGB (Red+Green+Blue) = 209+138+52=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18A34 is #2E75CB. Grayscale: #959595. Windows color (decimal): -3044812 or 3443409. OLE color: 3443409.

HSL color Cylindrical-coordinate representation of color #D18A34: hue angle of 32.87º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D18A34 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 138 52 -
CMYK 0 0.34 0.75 0.18
HSL 32.87º 0.63% 0.51% -
HSV(B) 32.87º 0.75% 0.82% -
XYZ 36 31.98 7.52 -
YUV 149.43 73.02 170.49 -
System Red Green Blue C M Y K H S L
Decimal 209 138 52 0 0.34 0.75 0.18 32.87 0.63 0.51
Hex D1 8A 34 0 22 4B 12 21 3F 33
Octal 321 212 64 0 42 113 22 41 77 63
Binary 11010001 10001010 110100 0 100010 1001011 10010 100001 111111 110011

Color Harmonies of #D18A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18A34

Black with #D18A34

Text Example


Text Example

White with #D18A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18A34; }

 p { color: rgb(209,138,52); }

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

background-color css

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

 a { background-color: rgb(209,138,52); }

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

border-color css

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

 span { border-color: rgb(209,138,52); }

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