Html Css Color HEX #D4993A Fuel Yellow

📋 copy color: '#D4993A'

red 212 ◦ green 153 ◦ blue 58

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

Shades of Fuel Yellow #D4993A

Tints of Fuel Yellow #D4993A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.17%

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

R = 50.12%
G = 36.17%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D4993A (or 0xD4993A) is known color: Fuel Yellow. HEX triplet: D4, 99 and 3A. RGB value is (212,153,58). Sum of RGB (Red+Green+Blue) = 212+153+58=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4993A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4993A is #2B66C5. Grayscale: #A0A0A0. Windows color (decimal): -2844358 or 3840468. OLE color: 3840468.

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

Color convert

RGB 212 153 58 -
CMYK 0 0.28 0.73 0.17
HSL 37.01º 0.64% 0.53% -
HSV(B) 37.01º 0.73% 0.83% -
XYZ 39.31 37.09 9.09 -
YUV 159.81 70.55 165.22 -
System Red Green Blue C M Y K H S L
Decimal 212 153 58 0 0.28 0.73 0.17 37.01 0.64 0.53
Hex D4 99 3A 0 1C 49 11 25 40 35
Octal 324 231 72 0 34 111 21 45 100 65
Binary 11010100 10011001 111010 0 11100 1001001 10001 100101 1000000 110101

Color Harmonies of #D4993A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4993A

Black with #D4993A

Text Example


Text Example

White with #D4993A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4993A; }

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

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

background-color css

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

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

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

border-color css

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

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

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