Html Css Color HEX #D39532 Fuel Yellow

📋 copy color: '#D39532'

red 211 ◦ green 149 ◦ blue 50

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

Shades of Fuel Yellow #D39532

Tints of Fuel Yellow #D39532

RGB

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

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

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

R = 51.46%
G = 36.34%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D39532 (or 0xD39532) is known color: Fuel Yellow. HEX triplet: D3, 95 and 32. RGB value is (211,149,50). Sum of RGB (Red+Green+Blue) = 211+149+50=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 50 (19.92% from 255 or 12.20% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D39532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39532 is #2C6ACD. Grayscale: #9C9C9C. Windows color (decimal): -2910926 or 3315155. OLE color: 3315155.

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

Color convert

RGB 211 149 50 -
CMYK 0 0.29 0.76 0.17
HSL 36.89º 0.65% 0.51% -
HSV(B) 36.89º 0.76% 0.83% -
XYZ 38.19 35.57 7.87 -
YUV 156.25 68.04 167.05 -
System Red Green Blue C M Y K H S L
Decimal 211 149 50 0 0.29 0.76 0.17 36.89 0.65 0.51
Hex D3 95 32 0 1D 4C 11 25 41 33
Octal 323 225 62 0 35 114 21 45 101 63
Binary 11010011 10010101 110010 0 11101 1001100 10001 100101 1000001 110011

Color Harmonies of #D39532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39532

Black with #D39532

Text Example


Text Example

White with #D39532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39532; }

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

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

background-color css

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

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

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

border-color css

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

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

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