Html Css Color HEX #D68C37 Fuel Yellow

📋 copy color: '#D68C37'

red 214 ◦ green 140 ◦ blue 55

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

Shades of Fuel Yellow #D68C37

Tints of Fuel Yellow #D68C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.45%

R = 52.32%
G = 34.23%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D68C37 (or 0xD68C37) is known color: Fuel Yellow. HEX triplet: D6, 8C and 37. RGB value is (214,140,55). Sum of RGB (Red+Green+Blue) = 214+140+55=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 55 (21.88% from 255 or 13.45% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C37 is #2973C8. Grayscale: #989898. Windows color (decimal): -2716617 or 3640534. OLE color: 3640534.

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

Color convert

RGB 214 140 55 -
CMYK 0 0.35 0.74 0.16
HSL 32.08º 0.66% 0.53% -
HSV(B) 32.08º 0.74% 0.84% -
XYZ 37.8 33.33 8.06 -
YUV 152.44 73.02 171.91 -
System Red Green Blue C M Y K H S L
Decimal 214 140 55 0 0.35 0.74 0.16 32.08 0.66 0.53
Hex D6 8C 37 0 23 4A 10 20 42 35
Octal 326 214 67 0 43 112 20 40 102 65
Binary 11010110 10001100 110111 0 100011 1001010 10000 100000 1000010 110101

Color Harmonies of #D68C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C37

Black with #D68C37

Text Example


Text Example

White with #D68C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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