Html Css Color HEX #D68E2F Fuel Yellow

📋 copy color: '#D68E2F'

red 214 ◦ green 142 ◦ blue 47

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

Shades of Fuel Yellow #D68E2F

Tints of Fuel Yellow #D68E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.66%

R = 53.1%
G = 35.24%
B = 11.66%

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

#D68E2F (or 0xD68E2F) is known color: Fuel Yellow. HEX triplet: D6, 8E and 2F. RGB value is (214,142,47). Sum of RGB (Red+Green+Blue) = 214+142+47=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68E2F is #2971D0. Grayscale: #999999. Windows color (decimal): -2716113 or 3116758. OLE color: 3116758.

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

Color convert

RGB 214 142 47 -
CMYK 0 0.34 0.78 0.16
HSL 34.13º 0.67% 0.51% -
HSV(B) 34.13º 0.78% 0.84% -
XYZ 37.92 33.85 7.22 -
YUV 152.7 68.35 171.72 -
System Red Green Blue C M Y K H S L
Decimal 214 142 47 0 0.34 0.78 0.16 34.13 0.67 0.51
Hex D6 8E 2F 0 22 4E 10 22 43 33
Octal 326 216 57 0 42 116 20 42 103 63
Binary 11010110 10001110 101111 0 100010 1001110 10000 100010 1000011 110011

Color Harmonies of #D68E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E2F

Black with #D68E2F

Text Example


Text Example

White with #D68E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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