Html Css Color HEX #D39232 Fuel Yellow

📋 copy color: '#D39232'

red 211 ◦ green 146 ◦ blue 50

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

Shades of Fuel Yellow #D39232

Tints of Fuel Yellow #D39232

RGB

 RED value IS 211 (82.81% from 255) = 51.84%

 GREEN value IS 146 (57.42% from 255) = 35.87%

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

R = 51.84%
G = 35.87%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D39232 (or 0xD39232) is known color: Fuel Yellow. HEX triplet: D3, 92 and 32. RGB value is (211,146,50). Sum of RGB (Red+Green+Blue) = 211+146+50=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D39232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39232 is #2C6DCD. Grayscale: #9A9A9A. Windows color (decimal): -2911694 or 3314387. OLE color: 3314387.

HSL color Cylindrical-coordinate representation of color #D39232: hue angle of 35.78º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D39232 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 146 50 -
CMYK 0 0.31 0.76 0.17
HSL 35.78º 0.65% 0.51% -
HSV(B) 35.78º 0.76% 0.83% -
XYZ 37.72 34.64 7.72 -
YUV 154.49 69.03 168.31 -
System Red Green Blue C M Y K H S L
Decimal 211 146 50 0 0.31 0.76 0.17 35.78 0.65 0.51
Hex D3 92 32 0 1F 4C 11 24 41 33
Octal 323 222 62 0 37 114 21 44 101 63
Binary 11010011 10010010 110010 0 11111 1001100 10001 100100 1000001 110011

Color Harmonies of #D39232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39232

Black with #D39232

Text Example


Text Example

White with #D39232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39232; }

 p { color: rgb(211,146,50); }

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

background-color css

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

 a { background-color: rgb(211,146,50); }

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

border-color css

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

 span { border-color: rgb(211,146,50); }

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