Html Css Color HEX #D68D2E Fuel Yellow

📋 copy color: '#D68D2E'

red 214 ◦ green 141 ◦ blue 46

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

Shades of Fuel Yellow #D68D2E

Tints of Fuel Yellow #D68D2E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.16%

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

R = 53.37%
G = 35.16%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D68D2E (or 0xD68D2E) is known color: Fuel Yellow. HEX triplet: D6, 8D and 2E. RGB value is (214,141,46). Sum of RGB (Red+Green+Blue) = 214+141+46=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68D2E is #2972D1. Grayscale: #989898. Windows color (decimal): -2716370 or 3050966. OLE color: 3050966.

HSL color Cylindrical-coordinate representation of color #D68D2E: hue angle of 33.93º 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 #D68D2E is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 141 46 -
CMYK 0 0.34 0.79 0.16
HSL 33.93º 0.67% 0.51% -
HSV(B) 33.93º 0.79% 0.84% -
XYZ 37.75 33.54 7.07 -
YUV 152 68.18 172.22 -
System Red Green Blue C M Y K H S L
Decimal 214 141 46 0 0.34 0.79 0.16 33.93 0.67 0.51
Hex D6 8D 2E 0 22 4F 10 22 43 33
Octal 326 215 56 0 42 117 20 42 103 63
Binary 11010110 10001101 101110 0 100010 1001111 10000 100010 1000011 110011

Color Harmonies of #D68D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68D2E

Black with #D68D2E

Text Example


Text Example

White with #D68D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68D2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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