Html Css Color HEX #D68C39 Fuel Yellow

📋 copy color: '#D68C39'

red 214 ◦ green 140 ◦ blue 57

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

Shades of Fuel Yellow #D68C39

Tints of Fuel Yellow #D68C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.87%

R = 52.07%
G = 34.06%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D68C39 (or 0xD68C39) is known color: Fuel Yellow. HEX triplet: D6, 8C and 39. RGB value is (214,140,57). Sum of RGB (Red+Green+Blue) = 214+140+57=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 57 (22.66% from 255 or 13.87% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C39 is #2973C6. Grayscale: #999999. Windows color (decimal): -2716615 or 3771606. OLE color: 3771606.

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

Color convert

RGB 214 140 57 -
CMYK 0 0.35 0.73 0.16
HSL 31.72º 0.66% 0.53% -
HSV(B) 31.72º 0.73% 0.84% -
XYZ 37.85 33.35 8.31 -
YUV 152.66 74.02 171.75 -
System Red Green Blue C M Y K H S L
Decimal 214 140 57 0 0.35 0.73 0.16 31.72 0.66 0.53
Hex D6 8C 39 0 23 49 10 20 42 35
Octal 326 214 71 0 43 111 20 40 102 65
Binary 11010110 10001100 111001 0 100011 1001001 10000 100000 1000010 110101

Color Harmonies of #D68C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C39

Black with #D68C39

Text Example


Text Example

White with #D68C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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