Html Css Color HEX #D6943B Fuel Yellow

📋 copy color: '#D6943B'

red 214 ◦ green 148 ◦ blue 59

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

Shades of Fuel Yellow #D6943B

Tints of Fuel Yellow #D6943B

RGB

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

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

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

R = 50.83%
G = 35.15%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6943B (or 0xD6943B) is known color: Fuel Yellow. HEX triplet: D6, 94 and 3B. RGB value is (214,148,59). Sum of RGB (Red+Green+Blue) = 214+148+59=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 59 (23.44% from 255 or 14.01% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6943B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6943B is #296BC4. Grayscale: #9E9E9E. Windows color (decimal): -2714565 or 3904726. OLE color: 3904726.

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

Color convert

RGB 214 148 59 -
CMYK 0 0.31 0.72 0.16
HSL 34.45º 0.65% 0.54% -
HSV(B) 34.45º 0.72% 0.84% -
XYZ 39.11 35.79 8.98 -
YUV 157.59 72.37 168.24 -
System Red Green Blue C M Y K H S L
Decimal 214 148 59 0 0.31 0.72 0.16 34.45 0.65 0.54
Hex D6 94 3B 0 1F 48 10 22 41 36
Octal 326 224 73 0 37 110 20 42 101 66
Binary 11010110 10010100 111011 0 11111 1001000 10000 100010 1000001 110110

Color Harmonies of #D6943B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6943B

Black with #D6943B

Text Example


Text Example

White with #D6943B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6943B; }

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

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

background-color css

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

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

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

border-color css

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

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

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