Html Css Color HEX #D6912E Fuel Yellow

📋 copy color: '#D6912E'

red 214 ◦ green 145 ◦ blue 46

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

Shades of Fuel Yellow #D6912E

Tints of Fuel Yellow #D6912E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.8%

 BLUE value IS 46 (18.36% from 255) = 11.36%

R = 52.84%
G = 35.8%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6912E (or 0xD6912E) is known color: Fuel Yellow. HEX triplet: D6, 91 and 2E. RGB value is (214,145,46). Sum of RGB (Red+Green+Blue) = 214+145+46=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 46 (18.36% from 255 or 11.36% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6912E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6912E is #296ED1. Grayscale: #9A9A9A. Windows color (decimal): -2715346 or 3051990. OLE color: 3051990.

HSL color Cylindrical-coordinate representation of color #D6912E: hue angle of 35.36º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6912E is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 145 46 -
CMYK 0 0.32 0.79 0.16
HSL 35.36º 0.67% 0.51% -
HSV(B) 35.36º 0.79% 0.84% -
XYZ 38.35 34.74 7.27 -
YUV 154.35 66.86 170.55 -
System Red Green Blue C M Y K H S L
Decimal 214 145 46 0 0.32 0.79 0.16 35.36 0.67 0.51
Hex D6 91 2E 0 20 4F 10 23 43 33
Octal 326 221 56 0 40 117 20 43 103 63
Binary 11010110 10010001 101110 0 100000 1001111 10000 100011 1000011 110011

Color Harmonies of #D6912E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6912E

Black with #D6912E

Text Example


Text Example

White with #D6912E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6912E; }

 p { color: rgb(214,145,46); }

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

background-color css

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

 a { background-color: rgb(214,145,46); }

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

border-color css

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

 span { border-color: rgb(214,145,46); }

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