Html Css Color HEX #D6943A Fuel Yellow

📋 copy color: '#D6943A'

red 214 ◦ green 148 ◦ blue 58

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

Shades of Fuel Yellow #D6943A

Tints of Fuel Yellow #D6943A

RGB

 RED value IS 214 (83.98% from 255) = 50.95%

 GREEN value IS 148 (58.2% from 255) = 35.24%

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

R = 50.95%
G = 35.24%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6943A (or 0xD6943A) is known color: Fuel Yellow. HEX triplet: D6, 94 and 3A. RGB value is (214,148,58). Sum of RGB (Red+Green+Blue) = 214+148+58=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6943A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6943A is #296BC5. Grayscale: #9D9D9D. Windows color (decimal): -2714566 or 3839190. OLE color: 3839190.

HSL color Cylindrical-coordinate representation of color #D6943A: hue angle of 34.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6943A is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 148 58 -
CMYK 0 0.31 0.73 0.16
HSL 34.62º 0.66% 0.53% -
HSV(B) 34.62º 0.73% 0.84% -
XYZ 39.09 35.78 8.85 -
YUV 157.47 71.87 168.32 -
System Red Green Blue C M Y K H S L
Decimal 214 148 58 0 0.31 0.73 0.16 34.62 0.66 0.53
Hex D6 94 3A 0 1F 49 10 23 42 35
Octal 326 224 72 0 37 111 20 43 102 65
Binary 11010110 10010100 111010 0 11111 1001001 10000 100011 1000010 110101

Color Harmonies of #D6943A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6943A

Black with #D6943A

Text Example


Text Example

White with #D6943A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6943A; }

 p { color: rgb(214,148,58); }

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

background-color css

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

 a { background-color: rgb(214,148,58); }

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

border-color css

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

 span { border-color: rgb(214,148,58); }

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