Html Css Color HEX #D19430 Fuel Yellow

📋 copy color: '#D19430'

red 209 ◦ green 148 ◦ blue 48

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

Shades of Fuel Yellow #D19430

Tints of Fuel Yellow #D19430

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.54%

 BLUE value IS 48 (19.14% from 255) = 11.85%

R = 51.6%
G = 36.54%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D19430 (or 0xD19430) is known color: Fuel Yellow. HEX triplet: D1, 94 and 30. RGB value is (209,148,48). Sum of RGB (Red+Green+Blue) = 209+148+48=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D19430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19430 is #2E6BCF. Grayscale: #9B9B9B. Windows color (decimal): -3042256 or 3183825. OLE color: 3183825.

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

Color convert

RGB 209 148 48 -
CMYK 0 0.29 0.77 0.18
HSL 37.27º 0.64% 0.5% -
HSV(B) 37.27º 0.77% 0.82% -
XYZ 37.42 34.95 7.57 -
YUV 154.84 67.71 166.63 -
System Red Green Blue C M Y K H S L
Decimal 209 148 48 0 0.29 0.77 0.18 37.27 0.64 0.5
Hex D1 94 30 0 1D 4D 12 25 40 32
Octal 321 224 60 0 35 115 22 45 100 62
Binary 11010001 10010100 110000 0 11101 1001101 10010 100101 1000000 110010

Color Harmonies of #D19430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19430

Black with #D19430

Text Example


Text Example

White with #D19430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19430; }

 p { color: rgb(209,148,48); }

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

background-color css

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

 a { background-color: rgb(209,148,48); }

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

border-color css

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

 span { border-color: rgb(209,148,48); }

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