Html Css Color HEX #D49B3B Fuel Yellow

📋 copy color: '#D49B3B'

red 212 ◦ green 155 ◦ blue 59

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

Shades of Fuel Yellow #D49B3B

Tints of Fuel Yellow #D49B3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.85%

R = 49.77%
G = 36.38%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D49B3B (or 0xD49B3B) is known color: Fuel Yellow. HEX triplet: D4, 9B and 3B. RGB value is (212,155,59). Sum of RGB (Red+Green+Blue) = 212+155+59=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D49B3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49B3B is #2B64C4. Grayscale: #A1A1A1. Windows color (decimal): -2843845 or 3906516. OLE color: 3906516.

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

Color convert

RGB 212 155 59 -
CMYK 0 0.27 0.72 0.17
HSL 37.65º 0.64% 0.53% -
HSV(B) 37.65º 0.72% 0.83% -
XYZ 39.66 37.76 9.33 -
YUV 161.1 70.38 164.31 -
System Red Green Blue C M Y K H S L
Decimal 212 155 59 0 0.27 0.72 0.17 37.65 0.64 0.53
Hex D4 9B 3B 0 1B 48 11 26 40 35
Octal 324 233 73 0 33 110 21 46 100 65
Binary 11010100 10011011 111011 0 11011 1001000 10001 100110 1000000 110101

Color Harmonies of #D49B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49B3B

Black with #D49B3B

Text Example


Text Example

White with #D49B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49B3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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