Html Css Color HEX #D99132 Fuel Yellow

📋 copy color: '#D99132'

red 217 ◦ green 145 ◦ blue 50

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

Shades of Fuel Yellow #D99132

Tints of Fuel Yellow #D99132

RGB

 RED value IS 217 (85.16% from 255) = 52.67%

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

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

R = 52.67%
G = 35.19%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D99132 (or 0xD99132) is known color: Fuel Yellow. HEX triplet: D9, 91 and 32. RGB value is (217,145,50). Sum of RGB (Red+Green+Blue) = 217+145+50=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D99132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99132 is #266ECD. Grayscale: #9C9C9C. Windows color (decimal): -2518734 or 3314137. OLE color: 3314137.

HSL color Cylindrical-coordinate representation of color #D99132: hue angle of 34.13º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D99132 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 145 50 -
CMYK 0 0.33 0.77 0.15
HSL 34.13º 0.69% 0.52% -
HSV(B) 34.13º 0.77% 0.85% -
XYZ 39.32 35.23 7.75 -
YUV 155.7 68.35 171.72 -
System Red Green Blue C M Y K H S L
Decimal 217 145 50 0 0.33 0.77 0.15 34.13 0.69 0.52
Hex D9 91 32 0 21 4D F 22 45 34
Octal 331 221 62 0 41 115 17 42 105 64
Binary 11011001 10010001 110010 0 100001 1001101 1111 100010 1000101 110100

Color Harmonies of #D99132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99132

Black with #D99132

Text Example


Text Example

White with #D99132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99132; }

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

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

background-color css

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

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

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

border-color css

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

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

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