Html Css Color HEX #D49233 Fuel Yellow

📋 copy color: '#D49233'

red 212 ◦ green 146 ◦ blue 51

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

Shades of Fuel Yellow #D49233

Tints of Fuel Yellow #D49233

RGB

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

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

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

R = 51.83%
G = 35.7%
B = 12.47%

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

#D49233 (or 0xD49233) is known color: Fuel Yellow. HEX triplet: D4, 92 and 33. RGB value is (212,146,51). Sum of RGB (Red+Green+Blue) = 212+146+51=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 51 (20.31% from 255 or 12.47% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D49233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49233 is #2B6DCC. Grayscale: #9B9B9B. Windows color (decimal): -2846157 or 3379924. OLE color: 3379924.

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

Color convert

RGB 212 146 51 -
CMYK 0 0.31 0.76 0.17
HSL 35.4º 0.65% 0.52% -
HSV(B) 35.4º 0.76% 0.83% -
XYZ 38.03 34.79 7.84 -
YUV 154.9 69.37 168.72 -
System Red Green Blue C M Y K H S L
Decimal 212 146 51 0 0.31 0.76 0.17 35.4 0.65 0.52
Hex D4 92 33 0 1F 4C 11 23 41 34
Octal 324 222 63 0 37 114 21 43 101 64
Binary 11010100 10010010 110011 0 11111 1001100 10001 100011 1000001 110100

Color Harmonies of #D49233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49233

Black with #D49233

Text Example


Text Example

White with #D49233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49233; }

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

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

background-color css

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

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

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

border-color css

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

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

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