Html Css Color HEX #D68C3B Fuel Yellow

📋 copy color: '#D68C3B'

red 214 ◦ green 140 ◦ blue 59

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

Shades of Fuel Yellow #D68C3B

Tints of Fuel Yellow #D68C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.29%

R = 51.82%
G = 33.9%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D68C3B (or 0xD68C3B) is known color: Fuel Yellow. HEX triplet: D6, 8C and 3B. RGB value is (214,140,59). Sum of RGB (Red+Green+Blue) = 214+140+59=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 59 (23.44% from 255 or 14.29% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C3B is #2973C4. Grayscale: #999999. Windows color (decimal): -2716613 or 3902678. OLE color: 3902678.

HSL color Cylindrical-coordinate representation of color #D68C3B: hue angle of 31.35º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D68C3B is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 140 59 -
CMYK 0 0.35 0.72 0.16
HSL 31.35º 0.65% 0.54% -
HSV(B) 31.35º 0.72% 0.84% -
XYZ 37.9 33.37 8.58 -
YUV 152.89 75.02 171.59 -
System Red Green Blue C M Y K H S L
Decimal 214 140 59 0 0.35 0.72 0.16 31.35 0.65 0.54
Hex D6 8C 3B 0 23 48 10 1F 41 36
Octal 326 214 73 0 43 110 20 37 101 66
Binary 11010110 10001100 111011 0 100011 1001000 10000 11111 1000001 110110

Color Harmonies of #D68C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C3B

Black with #D68C3B

Text Example


Text Example

White with #D68C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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