Html Css Color HEX #D68C2E Fuel Yellow

📋 copy color: '#D68C2E'

red 214 ◦ green 140 ◦ blue 46

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

Shades of Fuel Yellow #D68C2E

Tints of Fuel Yellow #D68C2E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35%

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

R = 53.5%
G = 35%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D68C2E (or 0xD68C2E) is known color: Fuel Yellow. HEX triplet: D6, 8C and 2E. RGB value is (214,140,46). Sum of RGB (Red+Green+Blue) = 214+140+46=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C2E is #2973D1. Grayscale: #979797. Windows color (decimal): -2716626 or 3050710. OLE color: 3050710.

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

Color convert

RGB 214 140 46 -
CMYK 0 0.35 0.79 0.16
HSL 33.57º 0.67% 0.51% -
HSV(B) 33.57º 0.79% 0.84% -
XYZ 37.6 33.25 7.02 -
YUV 151.41 68.52 172.64 -
System Red Green Blue C M Y K H S L
Decimal 214 140 46 0 0.35 0.79 0.16 33.57 0.67 0.51
Hex D6 8C 2E 0 23 4F 10 22 43 33
Octal 326 214 56 0 43 117 20 42 103 63
Binary 11010110 10001100 101110 0 100011 1001111 10000 100010 1000011 110011

Color Harmonies of #D68C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C2E

Black with #D68C2E

Text Example


Text Example

White with #D68C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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