Html Css Color HEX #D19532 Fuel Yellow

📋 copy color: '#D19532'

red 209 ◦ green 149 ◦ blue 50

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

Shades of Fuel Yellow #D19532

Tints of Fuel Yellow #D19532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.25%

R = 51.23%
G = 36.52%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D19532 (or 0xD19532) is known color: Fuel Yellow. HEX triplet: D1, 95 and 32. RGB value is (209,149,50). Sum of RGB (Red+Green+Blue) = 209+149+50=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D19532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19532 is #2E6ACD. Grayscale: #9C9C9C. Windows color (decimal): -3041998 or 3315153. OLE color: 3315153.

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

Color convert

RGB 209 149 50 -
CMYK 0 0.29 0.76 0.18
HSL 37.36º 0.63% 0.51% -
HSV(B) 37.36º 0.76% 0.82% -
XYZ 37.62 35.28 7.84 -
YUV 155.65 68.38 166.05 -
System Red Green Blue C M Y K H S L
Decimal 209 149 50 0 0.29 0.76 0.18 37.36 0.63 0.51
Hex D1 95 32 0 1D 4C 12 25 3F 33
Octal 321 225 62 0 35 114 22 45 77 63
Binary 11010001 10010101 110010 0 11101 1001100 10010 100101 111111 110011

Color Harmonies of #D19532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19532

Black with #D19532

Text Example


Text Example

White with #D19532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19532; }

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

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

background-color css

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

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

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

border-color css

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

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

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