Html Css Color HEX #D68E30 Fuel Yellow

📋 copy color: '#D68E30'

red 214 ◦ green 142 ◦ blue 48

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

Shades of Fuel Yellow #D68E30

Tints of Fuel Yellow #D68E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.88%

R = 52.97%
G = 35.15%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D68E30 (or 0xD68E30) is known color: Fuel Yellow. HEX triplet: D6, 8E and 30. RGB value is (214,142,48). Sum of RGB (Red+Green+Blue) = 214+142+48=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68E30 is #2971CF. Grayscale: #999999. Windows color (decimal): -2716112 or 3182294. OLE color: 3182294.

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

Color convert

RGB 214 142 48 -
CMYK 0 0.34 0.78 0.16
HSL 33.98º 0.67% 0.51% -
HSV(B) 33.98º 0.78% 0.84% -
XYZ 37.94 33.86 7.33 -
YUV 152.81 68.85 171.64 -
System Red Green Blue C M Y K H S L
Decimal 214 142 48 0 0.34 0.78 0.16 33.98 0.67 0.51
Hex D6 8E 30 0 22 4E 10 22 43 33
Octal 326 216 60 0 42 116 20 42 103 63
Binary 11010110 10001110 110000 0 100010 1001110 10000 100010 1000011 110011

Color Harmonies of #D68E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E30

Black with #D68E30

Text Example


Text Example

White with #D68E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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