Html Css Color HEX #D59132 Fuel Yellow

📋 copy color: '#D59132'

red 213 ◦ green 145 ◦ blue 50

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

Shades of Fuel Yellow #D59132

Tints of Fuel Yellow #D59132

RGB

 RED value IS 213 (83.59% from 255) = 52.21%

 GREEN value IS 145 (57.03% from 255) = 35.54%

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

R = 52.21%
G = 35.54%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D59132 (or 0xD59132) is known color: Fuel Yellow. HEX triplet: D5, 91 and 32. RGB value is (213,145,50). Sum of RGB (Red+Green+Blue) = 213+145+50=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D59132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59132 is #2A6ECD. Grayscale: #9A9A9A. Windows color (decimal): -2780878 or 3314133. OLE color: 3314133.

HSL color Cylindrical-coordinate representation of color #D59132: hue angle of 34.97º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D59132 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 145 50 -
CMYK 0 0.32 0.77 0.16
HSL 34.97º 0.66% 0.52% -
HSV(B) 34.97º 0.77% 0.84% -
XYZ 38.14 34.63 7.69 -
YUV 154.5 69.03 169.72 -
System Red Green Blue C M Y K H S L
Decimal 213 145 50 0 0.32 0.77 0.16 34.97 0.66 0.52
Hex D5 91 32 0 20 4D 10 23 42 34
Octal 325 221 62 0 40 115 20 43 102 64
Binary 11010101 10010001 110010 0 100000 1001101 10000 100011 1000010 110100

Color Harmonies of #D59132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59132

Black with #D59132

Text Example


Text Example

White with #D59132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59132; }

 p { color: rgb(213,145,50); }

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

background-color css

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

 a { background-color: rgb(213,145,50); }

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

border-color css

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

 span { border-color: rgb(213,145,50); }

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