Html Css Color HEX #D49533 Fuel Yellow

📋 copy color: '#D49533'

red 212 ◦ green 149 ◦ blue 51

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

Shades of Fuel Yellow #D49533

Tints of Fuel Yellow #D49533

RGB

 RED value IS 212 (83.2% from 255) = 51.46%

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

 BLUE value IS 51 (20.31% from 255) = 12.38%

R = 51.46%
G = 36.17%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D49533 (or 0xD49533) is known color: Fuel Yellow. HEX triplet: D4, 95 and 33. RGB value is (212,149,51). Sum of RGB (Red+Green+Blue) = 212+149+51=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 51 (20.31% from 255 or 12.38% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D49533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49533 is #2B6ACC. Grayscale: #9D9D9D. Windows color (decimal): -2845389 or 3380692. OLE color: 3380692.

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

Color convert

RGB 212 149 51 -
CMYK 0 0.30 0.76 0.17
HSL 36.52º 0.65% 0.52% -
HSV(B) 36.52º 0.76% 0.83% -
XYZ 38.5 35.73 8 -
YUV 156.67 68.37 167.47 -
System Red Green Blue C M Y K H S L
Decimal 212 149 51 0 0.30 0.76 0.17 36.52 0.65 0.52
Hex D4 95 33 0 1E 4C 11 25 41 34
Octal 324 225 63 0 36 114 21 45 101 64
Binary 11010100 10010101 110011 0 11110 1001100 10001 100101 1000001 110100

Color Harmonies of #D49533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49533

Black with #D49533

Text Example


Text Example

White with #D49533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49533; }

 p { color: rgb(212,149,51); }

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

background-color css

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

 a { background-color: rgb(212,149,51); }

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

border-color css

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

 span { border-color: rgb(212,149,51); }

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