Html Css Color HEX #D68E2D Fuel Yellow

📋 copy color: '#D68E2D'

red 214 ◦ green 142 ◦ blue 45

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

Shades of Fuel Yellow #D68E2D

Tints of Fuel Yellow #D68E2D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.41%

 BLUE value IS 45 (17.97% from 255) = 11.22%

R = 53.37%
G = 35.41%
B = 11.22%

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

#D68E2D (or 0xD68E2D) is known color: Fuel Yellow. HEX triplet: D6, 8E and 2D. RGB value is (214,142,45). Sum of RGB (Red+Green+Blue) = 214+142+45=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68E2D is #2971D2. Grayscale: #989898. Windows color (decimal): -2716115 or 2985686. OLE color: 2985686.

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

Color convert

RGB 214 142 45 -
CMYK 0 0.34 0.79 0.16
HSL 34.44º 0.67% 0.51% -
HSV(B) 34.44º 0.79% 0.84% -
XYZ 37.88 33.83 7.02 -
YUV 152.47 67.35 171.89 -
System Red Green Blue C M Y K H S L
Decimal 214 142 45 0 0.34 0.79 0.16 34.44 0.67 0.51
Hex D6 8E 2D 0 22 4F 10 22 43 33
Octal 326 216 55 0 42 117 20 42 103 63
Binary 11010110 10001110 101101 0 100010 1001111 10000 100010 1000011 110011

Color Harmonies of #D68E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E2D

Black with #D68E2D

Text Example


Text Example

White with #D68E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E2D; }

 p { color: rgb(214,142,45); }

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

background-color css

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

 a { background-color: rgb(214,142,45); }

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

border-color css

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

 span { border-color: rgb(214,142,45); }

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