Html Css Color HEX #D49B3A Fuel Yellow

📋 copy color: '#D49B3A'

red 212 ◦ green 155 ◦ blue 58

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

Shades of Fuel Yellow #D49B3A

Tints of Fuel Yellow #D49B3A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.47%

 BLUE value IS 58 (23.05% from 255) = 13.65%

R = 49.88%
G = 36.47%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D49B3A (or 0xD49B3A) is known color: Fuel Yellow. HEX triplet: D4, 9B and 3A. RGB value is (212,155,58). Sum of RGB (Red+Green+Blue) = 212+155+58=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 58 (23.05% from 255 or 13.65% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D49B3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49B3A is #2B64C5. Grayscale: #A1A1A1. Windows color (decimal): -2843846 or 3840980. OLE color: 3840980.

HSL color Cylindrical-coordinate representation of color #D49B3A: hue angle of 37.79º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D49B3A is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 155 58 -
CMYK 0 0.27 0.73 0.17
HSL 37.79º 0.64% 0.53% -
HSV(B) 37.79º 0.73% 0.83% -
XYZ 39.64 37.75 9.2 -
YUV 160.99 69.88 164.39 -
System Red Green Blue C M Y K H S L
Decimal 212 155 58 0 0.27 0.73 0.17 37.79 0.64 0.53
Hex D4 9B 3A 0 1B 49 11 26 40 35
Octal 324 233 72 0 33 111 21 46 100 65
Binary 11010100 10011011 111010 0 11011 1001001 10001 100110 1000000 110101

Color Harmonies of #D49B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49B3A

Black with #D49B3A

Text Example


Text Example

White with #D49B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49B3A; }

 p { color: rgb(212,155,58); }

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

background-color css

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

 a { background-color: rgb(212,155,58); }

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

border-color css

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

 span { border-color: rgb(212,155,58); }

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