Html Css Color HEX #D68E35 Fuel Yellow

📋 copy color: '#D68E35'

red 214 ◦ green 142 ◦ blue 53

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

Shades of Fuel Yellow #D68E35

Tints of Fuel Yellow #D68E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.96%

R = 52.32%
G = 34.72%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D68E35 (or 0xD68E35) is known color: Fuel Yellow. HEX triplet: D6, 8E and 35. RGB value is (214,142,53). Sum of RGB (Red+Green+Blue) = 214+142+53=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 53 (21.09% from 255 or 12.96% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68E35 is #2971CA. Grayscale: #999999. Windows color (decimal): -2716107 or 3509974. OLE color: 3509974.

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

Color convert

RGB 214 142 53 -
CMYK 0 0.34 0.75 0.16
HSL 33.17º 0.66% 0.52% -
HSV(B) 33.17º 0.75% 0.84% -
XYZ 38.05 33.9 7.91 -
YUV 153.38 71.35 171.24 -
System Red Green Blue C M Y K H S L
Decimal 214 142 53 0 0.34 0.75 0.16 33.17 0.66 0.52
Hex D6 8E 35 0 22 4B 10 21 42 34
Octal 326 216 65 0 42 113 20 41 102 64
Binary 11010110 10001110 110101 0 100010 1001011 10000 100001 1000010 110100

Color Harmonies of #D68E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E35

Black with #D68E35

Text Example


Text Example

White with #D68E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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