Html Css Color HEX #D19530 Fuel Yellow

📋 copy color: '#D19530'

red 209 ◦ green 149 ◦ blue 48

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

Shades of Fuel Yellow #D19530

Tints of Fuel Yellow #D19530

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.7%

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

R = 51.48%
G = 36.7%
B = 11.82%

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

#D19530 (or 0xD19530) is known color: Fuel Yellow. HEX triplet: D1, 95 and 30. RGB value is (209,149,48). Sum of RGB (Red+Green+Blue) = 209+149+48=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D19530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19530 is #2E6ACF. Grayscale: #9B9B9B. Windows color (decimal): -3042000 or 3184081. OLE color: 3184081.

HSL color Cylindrical-coordinate representation of color #D19530: hue angle of 37.64º 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 #D19530 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 149 48 -
CMYK 0 0.29 0.77 0.18
HSL 37.64º 0.64% 0.5% -
HSV(B) 37.64º 0.77% 0.82% -
XYZ 37.58 35.26 7.62 -
YUV 155.43 67.38 166.21 -
System Red Green Blue C M Y K H S L
Decimal 209 149 48 0 0.29 0.77 0.18 37.64 0.64 0.5
Hex D1 95 30 0 1D 4D 12 26 40 32
Octal 321 225 60 0 35 115 22 46 100 62
Binary 11010001 10010101 110000 0 11101 1001101 10010 100110 1000000 110010

Color Harmonies of #D19530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19530

Black with #D19530

Text Example


Text Example

White with #D19530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19530; }

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

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

background-color css

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

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

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

border-color css

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

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

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